struct GUISceneTreeView::SceneTreeElement

Tree element with SceneObject%-specific data.

Public

Methods

~TreeElement

virtual ~TreeElement() noexcept

IsParentRec

bool IsParentRec(TreeElement *element) const

Fields

SceneObject

HSceneObject SceneObject

SceneObjectId

UUID SceneObjectId

IsPrefabInstance

bool IsPrefabInstance

MParent

TreeElement * MParent

MChildren

Vector<TreeElement *> MChildren

MFoldoutBtn

GUIToggle * MFoldoutBtn

MElement

GUILabel * MElement

MName

String MName

MSortedIdx

u32 MSortedIdx

MIsExpanded

bool MIsExpanded

MIsSelected

bool MIsSelected

MIsHighlighted

bool MIsHighlighted

MIsVisible

bool MIsVisible

MIsCut

bool MIsCut

MIsDisabled

bool MIsDisabled

MTint

Color MTint