Quantum 3 3.0.10

Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Quantum.SpaceAfterAttribute Class Reference

Similar to UnityEngine.SpaceAttribute, but adds space after the property. More...

Inheritance diagram for Quantum.SpaceAfterAttribute:
Quantum.DecoratingPropertyAttribute Quantum.PropertyAttribute

Public Member Functions

 SpaceAfterAttribute (float height=8f)
 

Public Attributes

readonly float Height
 Height of the space. More...
 

Static Public Attributes

const new int DefaultOrder = -5000
 The default order for this attribute. More...
 
- Static Public Attributes inherited from Quantum.DecoratingPropertyAttribute
const int DefaultOrder = -10000
 The default order of the attribute. More...
 

Additional Inherited Members

- Protected Member Functions inherited from Quantum.DecoratingPropertyAttribute
 DecoratingPropertyAttribute (bool applyToCollection=false)
 Initializes a new instance with the default order. More...
 
 DecoratingPropertyAttribute (int order, bool applyToCollection=false)
 Initializes a new instance with the specified order. More...
 
- Properties inherited from Quantum.PropertyAttribute
int order [get, set]
 The order in which the property will be displayed. More...
 

Detailed Description

Similar to UnityEngine.SpaceAttribute, but adds space after the property.

Member Data Documentation

◆ DefaultOrder

const new int Quantum.SpaceAfterAttribute.DefaultOrder = -5000
static

The default order for this attribute.

◆ Height

readonly float Quantum.SpaceAfterAttribute.Height

Height of the space.