Class TreeNodeElement
The tree structure node element.
Inheritance
System.Object
FlaxEditor.CustomEditors.LayoutElement
FlaxEditor.CustomEditors.LayoutElementsContainer
TreeNodeElement
Namespace: FlaxEditor.CustomEditors.Elements
Assembly: FlaxEngine.CSharp.dll
Syntax
public class TreeNodeElement : LayoutElementsContainer, ITreeElement
Constructors
TreeNodeElement()
Declaration
public TreeNodeElement()
Fields
TreeNode
The tree node control.
Declaration
public readonly TreeNode TreeNode
Field Value
FlaxEditor.GUI.Tree.TreeNode
|
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