Logo FSBarV1_Archived

InputKind Type

Describes the type of input control rendered for an attribute.

Union cases

Union case Description

ColorPicker

Full Usage: ColorPicker

EnumChoice labels

Full Usage: EnumChoice labels

Parameters:
    labels : string list

labels : string list

IntSlider(min, max)

Full Usage: IntSlider(min, max)

Parameters:
    min : int
    max : int

min : int
max : int

Slider(min, max)

Full Usage: Slider(min, max)

Parameters:
    min : float32
    max : float32

min : float32
max : float32

Toggle

Full Usage: Toggle

Instance members

Instance member Description

this.IsColorPicker

Full Usage: this.IsColorPicker

Returns: bool
Returns: bool

this.IsEnumChoice

Full Usage: this.IsEnumChoice

Returns: bool
Returns: bool

this.IsIntSlider

Full Usage: this.IsIntSlider

Returns: bool
Returns: bool

this.IsSlider

Full Usage: this.IsSlider

Returns: bool
Returns: bool

this.IsToggle

Full Usage: this.IsToggle

Returns: bool
Returns: bool

Type something to start searching.