SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiGizmos()

Spices::ImguiGizmos::ImguiGizmos ( const std::string & panelName,
FrameInfo & frameInfo,
ImguiSlate * owner )
inline

Constructor Function.

Parameters
[in]panelNameThe Slate's name to show.
[in]frameInfoThe Frame Date that in use.
[in]ownerThe slate Owner.

Definition at line 27 of file ImguiGizmos.h.

32 : ImguiSlate(panelName, frameInfo)
33 , m_Owner(owner)
34 {};
ImguiSlate * m_Owner
The owner, usually is a ImguiViewport class.
Definition ImguiGizmos.h:79
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
Definition ImguiUtils.h:35

References Spices::ImguiSlate::ImguiSlate(), and m_Owner.