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