InputKind Type
Describes the type of input control rendered for an attribute.
Union cases
| Union case |
Description
|
Full Usage:
ColorPicker
|
|
Full Usage:
EnumChoice labels
Parameters:
string list
|
|
Full Usage:
IntSlider(min, max)
Parameters:
int
max : int
|
|
Full Usage:
Slider(min, max)
Parameters:
float32
max : float32
|
|
Full Usage:
Toggle
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsColorPicker
Returns: bool
|
|
Full Usage:
this.IsEnumChoice
Returns: bool
|
|
Full Usage:
this.IsIntSlider
Returns: bool
|
|
Full Usage:
this.IsSlider
Returns: bool
|
|
Full Usage:
this.IsToggle
Returns: bool
|
|
FSBarV1_Archived