- AuthorityForPos
ImGuiDataAuthority AuthorityForPos;
Undocumented in source.
- AuthorityForSize
ImGuiDataAuthority AuthorityForSize;
Undocumented in source.
- AuthorityForViewport
ImGuiDataAuthority AuthorityForViewport;
Undocumented in source.
- CentralNode
ImGuiDockNode* CentralNode;
Undocumented in source.
- ChildNodes
ImGuiDockNode*[2] ChildNodes;
Undocumented in source.
- CountNodeWithWindows
int CountNodeWithWindows;
Undocumented in source.
- HasCentralNodeChild
bool HasCentralNodeChild;
Undocumented in source.
- HasCloseButton
bool HasCloseButton;
Undocumented in source.
- HasWindowMenuButton
bool HasWindowMenuButton;
Undocumented in source.
- HostWindow
ImGuiWindow* HostWindow;
Undocumented in source.
- ID
ImGuiID ID;
Undocumented in source.
- IsFocused
bool IsFocused;
Undocumented in source.
- IsVisible
bool IsVisible;
Undocumented in source.
- LastFocusedNodeId
ImGuiID LastFocusedNodeId;
Undocumented in source.
- LastFrameActive
int LastFrameActive;
Undocumented in source.
- LastFrameAlive
int LastFrameAlive;
Undocumented in source.
- LastFrameFocused
int LastFrameFocused;
Undocumented in source.
- LocalFlags
ImGuiDockNodeFlags LocalFlags;
Undocumented in source.
- LocalFlagsInWindows
ImGuiDockNodeFlags LocalFlagsInWindows;
Undocumented in source.
- MarkedForPosSizeWrite
bool MarkedForPosSizeWrite;
Undocumented in source.
- MergedFlags
ImGuiDockNodeFlags MergedFlags;
Undocumented in source.
- OnlyNodeWithWindows
ImGuiDockNode* OnlyNodeWithWindows;
Undocumented in source.
- ParentNode
ImGuiDockNode* ParentNode;
Undocumented in source.
- Pos
ImVec2 Pos;
Undocumented in source.
- SelectedTabId
ImGuiID SelectedTabId;
Undocumented in source.
- SharedFlags
ImGuiDockNodeFlags SharedFlags;
Undocumented in source.
- Size
ImVec2 Size;
Undocumented in source.
- SizeRef
ImVec2 SizeRef;
Undocumented in source.
- SplitAxis
ImGuiAxis SplitAxis;
Undocumented in source.
- State
ImGuiDockNodeState State;
Undocumented in source.
- TabBar
ImGuiTabBar* TabBar;
Undocumented in source.
- VisibleWindow
ImGuiWindow* VisibleWindow;
Undocumented in source.
- WantCloseAll
bool WantCloseAll;
Undocumented in source.
- WantCloseTabId
ImGuiID WantCloseTabId;
Undocumented in source.
- WantHiddenTabBarToggle
bool WantHiddenTabBarToggle;
Undocumented in source.
- WantHiddenTabBarUpdate
bool WantHiddenTabBarUpdate;
Undocumented in source.
- WantLockSizeOnce
bool WantLockSizeOnce;
Undocumented in source.
- WantMouseMove
bool WantMouseMove;
Undocumented in source.
- WindowClass
ImGuiWindowClass WindowClass;
Undocumented in source.
- Windows
ImVector!(ImGuiWindow*) Windows;
Undocumented in source.