SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiMaterialPanel()

Spices::ImguiMaterialPanel::ImguiMaterialPanel ( const std::string & panelName,
FrameInfo & frameInfo )
inline

Constructor Function.

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

Definition at line 28 of file ImguiMaterialPanel.h.

32 : ImguiSlate(panelName, frameInfo)
33 {}
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
Definition ImguiUtils.h:35

References Spices::ImguiSlate::ImguiSlate().