#include <settings_editor.h>

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) |
Definition at line 16 of file settings_editor.h.
| char yaze::editor::ExampleTreeNode::Name[28] |
Definition at line 17 of file settings_editor.h.
Referenced by yaze::editor::ExampleAppPropertyEditor::DrawTreeNode().
| ImGuiID yaze::editor::ExampleTreeNode::UID = 0 |
Definition at line 18 of file settings_editor.h.
Referenced by yaze::editor::ExampleAppPropertyEditor::DrawTreeNode().
| ExampleTreeNode* yaze::editor::ExampleTreeNode::Parent = NULL |
Definition at line 19 of file settings_editor.h.
| ImVector<ExampleTreeNode*> yaze::editor::ExampleTreeNode::Childs |
Definition at line 20 of file settings_editor.h.
Referenced by yaze::editor::ExampleAppPropertyEditor::Draw(), and yaze::editor::ExampleAppPropertyEditor::DrawTreeNode().
| bool yaze::editor::ExampleTreeNode::HasData = false |
Definition at line 23 of file settings_editor.h.
Referenced by yaze::editor::ExampleAppPropertyEditor::DrawTreeNode().
| bool yaze::editor::ExampleTreeNode::DataIsEnabled = false |
Definition at line 24 of file settings_editor.h.
| int yaze::editor::ExampleTreeNode::DataInt = 128 |
Definition at line 25 of file settings_editor.h.
| ImVec2 yaze::editor::ExampleTreeNode::DataVec2 = ImVec2(0.0f, 3.141592f) |
Definition at line 26 of file settings_editor.h.