Photon Fusion 2.0.9

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

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

Inherits DecoratingPropertyAttribute.

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 DecoratingPropertyAttribute
const int DefaultOrder = -10000
 The default order of the attribute. More...
 

Additional Inherited Members

- Protected Member Functions inherited from 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...
 

Detailed Description

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

Member Data Documentation

◆ DefaultOrder

const new int DefaultOrder = -5000
static

The default order for this attribute.

◆ Height

readonly float Height

Height of the space.