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
See Also
System.Attribute