SpiecsEngine
 
Loading...
Searching...
No Matches

◆ ImguiFile()

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

Constructor Function.

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

Definition at line 12 of file ImguiFile.cpp.

16 : ImguiSlate(panelName, frameInfo)
17 {
19 }
#define SPICES_PROFILE_ZONE
ImguiSlate(const std::string &panelName, FrameInfo &frameInfo)
Constructor Function. Init with Slate's name.
Definition ImguiUtils.h:35

References Spices::ImguiSlate::ImguiSlate().