Search Results for

    Show / Hide Table of Contents

    Class SpaceElement

    The spacer element.

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

    Constructors

    SpaceElement()

    Declaration
    public SpaceElement()

    Fields

    Spacer

    The spacer.

    Declaration
    public readonly Spacer Spacer
    Field Value
    Spacer

    Properties

    ContainerControl

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

    Overrides
    FlaxEditor.CustomEditors.LayoutElementsContainer.ContainerControl

    Methods

    Init(Single)

    Initializes the element.

    Declaration
    public void Init(float height)
    Parameters
    System.Single height

    The height.

    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