|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible float type reference method there is more than one. More...
Public Member Functions | |
| override object | GetValueObject () |
| Return the value as object. More... | |
| FlexibleFloat () | |
| FlexibleFloat default constructor More... | |
| FlexibleFloat (float value) | |
| FlexibleFloat constructor More... | |
| FlexibleFloat (FloatParameterReference parameter) | |
| FlexibleFloat constructor More... | |
| FlexibleFloat (float minRange, float maxRange) | |
| FlexibleFloat constructor More... | |
| FlexibleFloat (InputSlotFloat slot) | |
| FlexibleFloat constructor More... | |
Static Public Member Functions | |
| static | operator float (FlexibleFloat flexible) |
| Cast FlexibleFloat to float. More... | |
| static | operator FlexibleFloat (float value) |
| Cast float to FlexibleFloat. More... | |
Properties | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| float | 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 float type reference method there is more than one.
| FlexibleFloat | ( | ) |
FlexibleFloat default constructor
| FlexibleFloat | ( | float | value | ) |
FlexibleFloat constructor
| value | Value |
| FlexibleFloat | ( | FloatParameterReference | parameter | ) |
FlexibleFloat constructor
| parameter | Parameter |
| FlexibleFloat | ( | float | minRange, |
| float | maxRange | ||
| ) |
FlexibleFloat constructor
| minRange | Minimum range. |
| maxRange | Maximum range. |
| FlexibleFloat | ( | InputSlotFloat | slot | ) |
FlexibleFloat constructor
| slot | Slot |
|
virtual |
|
explicitstatic |
Cast float to FlexibleFloat.
| value | float |
|
explicitstatic |
Cast FlexibleFloat to float.
| flexible | FlexibleFloat |
|
get |
It returns a value