C# Class UnityEngine.SpaceAttribute

Inheritance: PropertyAttribute
ファイルを表示 Open project: CarlosHBC/UnityDecompiled

Public Properties

Property Type Description
height float

Public Methods

Method Description
SpaceAttribute ( ) : System
SpaceAttribute ( float height ) : System

Use this DecoratorDrawer to add some spacing in the Inspector.

Method Details

SpaceAttribute() public method

public SpaceAttribute ( ) : System
return System

SpaceAttribute() public method

Use this DecoratorDrawer to add some spacing in the Inspector.

public SpaceAttribute ( float height ) : System
height float The spacing in pixels.
return System

Property Details

height public_oe property

The spacing in pixels.

public float height
return float