Search Results for

    Show / Hide Table of Contents

    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

    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