Search Results for

    Show / Hide Table of Contents

    Class SpaceAttribute

    Inserts an empty space between controls in the editor.

    Inheritance
    System.Object
    SpaceAttribute
    Namespace: FlaxEngine
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    public sealed class SpaceAttribute : Attribute

    Constructors

    SpaceAttribute(Single)

    Initializes a new instance of the SpaceAttribute class.

    Declaration
    public SpaceAttribute(float height)
    Parameters
    System.Single height

    The spacing.

    Fields

    Height

    The spacing in pixel (vertically).

    Declaration
    public float Height
    Field Value
    System.Single

    Extension Methods

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

    See Also

    System.Attribute
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat