Arbor 3: FSM & BT Graph Editor
3.4.0
|
Class to handle a flexible Gradient type reference method there is more than one. More...
Public Member Functions | |
FlexibleGradient (Gradient value) | |
FlexibleGradient constructor More... | |
FlexibleGradient (AnyParameterReference parameter) | |
FlexibleGradient constructor More... | |
FlexibleGradient (InputSlotAny slot) | |
FlexibleGradient 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 Gradient (FlexibleGradient flexible) |
Cast FlexibleGradient to Gradient. More... | |
static | operator FlexibleGradient (Gradient value) |
Cast Gradient to FlexibleGradient. 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 Gradient type reference method there is more than one.
FlexibleGradient | ( | Gradient | value | ) |
FlexibleGradient constructor
value | Value |
FlexibleGradient | ( | AnyParameterReference | parameter | ) |
FlexibleGradient constructor
parameter | Parameter |
FlexibleGradient | ( | InputSlotAny | slot | ) |
FlexibleGradient constructor
slot | Slot |
|
explicitstatic |
Cast Gradient to FlexibleGradient.
value | Gradient |
|
explicitstatic |
Cast FlexibleGradient to Gradient.
flexible | FlexibleGradient |