Arbor 3: FSM & BT Graph Editor
3.4.0
|
Class to handle a flexible AnimationCurve type reference method there is more than one. More...
Public Member Functions | |
FlexibleAnimationCurve (AnimationCurve value) | |
FlexibleAnimationCurve constructor More... | |
FlexibleAnimationCurve (AnyParameterReference parameter) | |
FlexibleAnimationCurve constructor More... | |
FlexibleAnimationCurve (InputSlotAny slot) | |
FlexibleAnimationCurve constructor More... | |
![]() | |
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 AnimationCurve (FlexibleAnimationCurve flexible) |
Cast FlexibleAnimationCurve to AnimationCurve. More... | |
static | operator FlexibleAnimationCurve (AnimationCurve value) |
Cast AnimationCurve to FlexibleAnimationCurve. More... | |
![]() | |
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 | |
![]() | |
override System.Type | fieldType [get] |
It returns a field type. More... | |
FlexibleType | type [get] |
It returns a type More... | |
Parameter | parameter [get] |
It return a Paramter. More... | |
T | value [get] |
It returns a value More... | |
Class to handle a flexible AnimationCurve type reference method there is more than one.
FlexibleAnimationCurve | ( | AnimationCurve | value | ) |
FlexibleAnimationCurve constructor
value | Value |
FlexibleAnimationCurve | ( | AnyParameterReference | parameter | ) |
FlexibleAnimationCurve constructor
parameter | Parameter |
FlexibleAnimationCurve | ( | InputSlotAny | slot | ) |
FlexibleAnimationCurve constructor
slot | Slot |
|
explicitstatic |
Cast FlexibleAnimationCurve to AnimationCurve.
flexible | FlexibleAnimationCurve |
|
explicitstatic |
Cast AnimationCurve to FlexibleAnimationCurve.
value | AnimationCurve |