Search Results for

    Show / Hide Table of Contents

    Class ButtonElement

    The button element.

    Inheritance
    System.Object
    FlaxEditor.CustomEditors.LayoutElement
    ButtonElement
    Namespace: FlaxEditor.CustomEditors.Elements
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public class ButtonElement : LayoutElement

    Constructors

    ButtonElement()

    Declaration
    public ButtonElement()

    Fields

    Button

    The button.

    Declaration
    public readonly Button Button
    Field Value
    Button

    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