SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiViewportToolBar()

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

Constructor Function.

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

Definition at line 15 of file ImguiViewportToolBar.cpp.

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

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