|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible bool type reference method there is more than one. More...
Public Member Functions | |
| override object | GetValueObject () |
| Return the value as object. More... | |
| 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 | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| bool | value [get] |
| It returns a value More... | |
Properties inherited from FlexiblePrimitiveBase | |
| FlexiblePrimitiveType | type [get] |
| It returns a type More... | |
Additional Inherited Members | |
Protected Attributes inherited from FlexiblePrimitiveBase | |
| FlexiblePrimitiveType | _Type = FlexiblePrimitiveType.Constant |
| Reference type of primitive type 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 |
|
virtual |
|
explicitstatic |
Cast FlexibleBool to bool.
| flexible | FlexibleBool |
|
explicitstatic |
Cast bool to FlexibleBool.
| value | bool |
|
get |
It returns a value