Class representing a bool (and trigger) parameter in a state machine. Derives from FSMC_Parameter and implements IComparable<bool> interface.
Type | Name | Parameters |
---|---|---|
FSMC_BoolParameter | FSMC_BoolParameter | bool value, FSMC_ParameterType type, string name |
Type | Name | Description |
---|---|---|
string | Name | Name of a parameter |
FSMC_ParameterType | Type | Enum representing the type (read only) |
Type | Name | Description |
---|---|---|
bool | Value | Value that this parameter holds |
Type | Name | Parameters | Description |
---|---|---|---|
int | CompareTo | bool other | Compares parameter with a value. 1 if higher, -1 if lower, 0 if equal |