|
Arbor 3: FSM & BT Graph Editor
3.7.8
|
Class to handle a flexible KeyCode type reference method there is more than one. More...
Public Member Functions | |
| FlexibleKeyCode () | |
| FlexibleKeyCode default constructor More... | |
| FlexibleKeyCode (KeyCode value) | |
| FlexibleKeyCode constructor More... | |
| FlexibleKeyCode (AnyParameterReference parameter) | |
| FlexibleKeyCode constructor More... | |
| FlexibleKeyCode (InputSlotAny slot) | |
| FlexibleKeyCode constructor More... | |
Public Member Functions inherited from FlexibleField< KeyCode > | |
| override object | GetValueObject () |
| Return the value as object. More... | |
| FlexibleField () | |
| FlexibleField default constructor More... | |
| FlexibleField (T value) | |
| FlexibleField constructor More... | |
| FlexibleField (AnyParameterReference parameter) | |
| FlexibleField constructor More... | |
| FlexibleField (InputSlotAny slot) | |
| FlexibleField constructor More... | |
Static Public Member Functions | |
| static | operator KeyCode (FlexibleKeyCode flexible) |
| Cast FlexibleKeyCode to KeyCode. More... | |
| static | operator FlexibleKeyCode (KeyCode value) |
| Cast KeyCode to FlexibleKeyCode. More... | |
Static Public Member Functions inherited from FlexibleField< KeyCode > | |
| static | operator T (FlexibleField< T > flexible) |
| Cast FlexibleField to T. More... | |
| static | operator FlexibleField< T > (T value) |
| Cast T to FlexibleField. More... | |
Additional Inherited Members | |
Protected Attributes inherited from FlexibleField< KeyCode > | |
| T | _Value |
| Constant value More... | |
| AnyParameterReference | _Parameter |
| Parameter reference More... | |
| InputSlotAny | _Slot |
| Data input slot More... | |
Properties inherited from FlexibleField< KeyCode > | |
| override System.Type | fieldType [get] |
| It returns a field type. More... | |
| Parameter | parameter [get] |
| It return a Paramter. More... | |
| T | value [get] |
| It returns a value More... | |
Class to handle a flexible KeyCode type reference method there is more than one.
| FlexibleKeyCode | ( | ) |
FlexibleKeyCode default constructor
| FlexibleKeyCode | ( | KeyCode | value | ) |
FlexibleKeyCode constructor
| value | Value |
| FlexibleKeyCode | ( | AnyParameterReference | parameter | ) |
FlexibleKeyCode constructor
| parameter | Parameter |
| FlexibleKeyCode | ( | InputSlotAny | slot | ) |
FlexibleKeyCode constructor
| slot | Slot |
|
explicitstatic |
Cast KeyCode to FlexibleKeyCode.
| value | KeyCode |
|
explicitstatic |
Cast FlexibleKeyCode to KeyCode.
| flexible | FlexibleKeyCode |