Search Results for

    Show / Hide Table of Contents

    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

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.DeepClone<T>(T)
    Extensions.RawClone<T>(T)

    See Also

    FlaxEditor.CustomEditors.LayoutElementsContainer
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat