struct ManagedMemberStyle

Contains information about a style of a serializable field.

Public

Fields

RangeMin

float RangeMin

Returns the lower bound of the range.

Only relevant if

RangeMax

float RangeMax

Returns the upper bound of the range.

Only relevant if

StepIncrement

float StepIncrement

Minimum increment the field value can be increment/decremented by.

Only relevant if

DisplayAsSlider

bool DisplayAsSlider

If true, number fields will be displayed as sliders instead of regular input boxes.

CategoryName

String CategoryName

Name of the category to display in inspector, if the member is part of one.

Order

int Order

Determines ordering in inspector relative to other members.