Steppable 0.0.1
A CAS project written from scratch in C++
|
Public Attributes | |
char | Name [28] |
ImGuiID | UID = 0 |
ExampleTreeNode * | Parent = NULL |
ImVector< ExampleTreeNode * > | Childs |
bool | HasData = false |
bool | DataIsEnabled = false |
int | DataInt = 128 |
ImVec2 | DataVec2 = ImVec2(0.0f, 3.141592f) |
ImVector<ExampleTreeNode*> ExampleTreeNode::Childs |
int ExampleTreeNode::DataInt = 128 |
bool ExampleTreeNode::DataIsEnabled = false |
bool ExampleTreeNode::HasData = false |
char ExampleTreeNode::Name[28] |
ExampleTreeNode* ExampleTreeNode::Parent = NULL |
ImGuiID ExampleTreeNode::UID = 0 |