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
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
See Also
FlaxEditor.CustomEditors.LayoutElementsContainer