|
Arbor 3: FSM & BT Graph Editor
3.1.2
|
Class to handle a flexible bool type reference method there is more than one. More...
Public Member Functions | |
| FlexibleBool () | |
| FlexibleBool default constructor. More... | |
| FlexibleBool (bool value) | |
| FlexibleBool default constructor. More... | |
| FlexibleBool (BoolParameterReference parameter) | |
| FlexibleBool default constructor. More... | |
| FlexibleBool (float probability) | |
| FlexibleBool default constructor. More... | |
| FlexibleBool (InputSlotBool slot) | |
| FlexibleBool default constructor. More... | |
Static Public Member Functions | |
| static | operator bool (FlexibleBool flexible) |
| Cast FlexibleBool to bool. More... | |
| static | operator FlexibleBool (bool value) |
| Cast bool to FlexibleBool. More... | |
Properties | |
| FlexiblePrimitiveType | type [get] |
| It returns a type More... | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| bool | value [get] |
| It returns a value More... | |
Class to handle a flexible bool type reference method there is more than one.
| FlexibleBool | ( | ) |
FlexibleBool default constructor.
| FlexibleBool | ( | bool | value | ) |
FlexibleBool default constructor.
| value | Value |
| FlexibleBool | ( | BoolParameterReference | parameter | ) |
FlexibleBool default constructor.
| parameter | Parameter |
| FlexibleBool | ( | float | probability | ) |
FlexibleBool default constructor.
| probability | Probability |
| FlexibleBool | ( | InputSlotBool | slot | ) |
FlexibleBool default constructor.
| slot | Slot |
|
explicitstatic |
Cast FlexibleBool to bool.
| flexible | FlexibleBool |
|
explicitstatic |
Cast bool to FlexibleBool.
| value | bool |
|
get |
It returns a type
|
get |
It returns a value