[PropertySpace]

Attribute used for adding vertical spacing above the field.

Parameters

Parameter Name
Arguments
Description

space

float

Spacing in pixels.

Examples

[PropertySpace]
public string defaultSpace;

[PropertySpace(20)]
public int largeSpace;

Last updated