SpiecsEngine
 
Loading...
Searching...
No Matches

◆ Side

enum class Spices::Side
strong

Where the slate's initialized pos.

Enumerator
Left 
Right 
Up 
Down 
Scene 

Definition at line 42 of file ImguiHelper.h.

43 {
44 Left, // The Left on the window.
45 Right, // The Right on the window.
46 Up, // The Up on the window.
47 Down, // The Down on the window.
48 Scene, // The full screen on the window.
49 };