Class TreeElement
The tree structure element.
Inheritance
System.Object
FlaxEditor.CustomEditors.LayoutElement
FlaxEditor.CustomEditors.LayoutElementsContainer
TreeElement
Namespace: FlaxEditor.CustomEditors.Elements
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TreeElement : LayoutElementsContainer, ITreeElement
Constructors
TreeElement()
Declaration
public TreeElement()
Fields
TreeControl
The tree control.
Declaration
public readonly Tree TreeControl
Field Value
FlaxEditor.GUI.Tree.Tree
|
Properties
ContainerControl
Declaration
public override ContainerControl ContainerControl { get; }
Property Value
ContainerControl
|
Overrides
FlaxEditor.CustomEditors.LayoutElementsContainer.ContainerControl
Methods
Node(String)
Declaration
public TreeNodeElement Node(string text)
Parameters
System.String
text
|
Returns
TreeNodeElement
|
Extension Methods
See Also
FlaxEditor.CustomEditors.LayoutElementsContainer