Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible enum type reference method there is more than one. More...
Public Member Functions | |
FlexibleEnumAny () | |
FlexibleEnumAny default constructor More... | |
FlexibleEnumAny (int value) | |
FlexibleEnumAny constructor More... | |
FlexibleEnumAny (System.Enum value) | |
FlexibleEnumAny constructor More... | |
FlexibleEnumAny (AnyParameterReference parameter) | |
FlexibleEnumAny constructor More... | |
FlexibleEnumAny (InputSlotAny slot) | |
FlexibleEnumAny constructor More... | |
T | GetEnumValue< T > () |
Returns the enum type value. More... | |
object | GetValueObject () |
Return the value as object. More... | |
Static Public Member Functions | |
static | operator int (FlexibleEnumAny flexible) |
Cast FlexibleEnumAny to int. More... | |
static | operator FlexibleEnumAny (int value) |
Cast int to FlexibleEnumAny. More... | |
static | operator FlexibleEnumAny (System.Enum value) |
Cast System.Enum to FlexibleEnumAny. More... | |
Properties | |
FlexibleType | type [get] |
It returns a type More... | |
Parameter | parameter [get] |
It return a Paramter. More... | |
int | value [get] |
It returns a value More... | |
Class to handle a flexible enum type reference method there is more than one.
Available Attributes :
FlexibleEnumAny | ( | ) |
FlexibleEnumAny default constructor
FlexibleEnumAny | ( | int | value | ) |
FlexibleEnumAny constructor
value | Value |
FlexibleEnumAny | ( | System.Enum | value | ) |
FlexibleEnumAny constructor
value | Value |
FlexibleEnumAny | ( | AnyParameterReference | parameter | ) |
FlexibleEnumAny constructor
parameter | Parameter |
FlexibleEnumAny | ( | InputSlotAny | slot | ) |
FlexibleEnumAny constructor
slot | Slot |
T GetEnumValue< T > | ( | ) |
Returns the enum type value.
T | Type of enum |
T | : | struct |
object GetValueObject | ( | ) |
|
explicitstatic |
Cast int to FlexibleEnumAny.
value | int |
|
explicitstatic |
Cast System.Enum to FlexibleEnumAny.
value | System.Enum |
|
explicitstatic |
Cast FlexibleEnumAny to int.
flexible | FlexibleEnumAny |
|
get |
It returns a type
|
get |
It returns a value