SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiFloatingInfo()

Spices::ImguiFloatingInfo::ImguiFloatingInfo ( 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 ImguiFloatingInfo.h.

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