Search Results for

    Show / Hide Table of Contents

    Class CustomElement<T>

    The custom layout element.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.LayoutElement
    CustomElement<T>
    Namespace: FlaxEditor.CustomEditors.Elements
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class CustomElement<T> : LayoutElement where T : Control, new()
    Type Parameters
    T

    Constructors

    CustomElement()

    Declaration
    public CustomElement()

    Fields

    CustomControl

    The custom control.

    Declaration
    public readonly T CustomControl
    Field Value
    T

    Properties

    Control

    Declaration
    public override Control Control { get; }
    Property Value
    Control

    Overrides
    FlaxEditor.CustomEditors.LayoutElement.Control

    Extension Methods

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

    See Also

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