Arbor 3: FSM & BT Graph Editor  3.2.0
FlexibleAnimationCurve Class Reference

Class to handle a flexible AnimationCurve type reference method there is more than one. More...

Inheritance diagram for FlexibleAnimationCurve:
FlexibleField< AnimationCurve >

Public Member Functions

 FlexibleAnimationCurve (AnimationCurve value)
 FlexibleAnimationCurve constructor More...
 
 FlexibleAnimationCurve (AnyParameterReference parameter)
 FlexibleAnimationCurve constructor More...
 
 FlexibleAnimationCurve (InputSlotAny slot)
 FlexibleAnimationCurve constructor More...
 
- Public Member Functions inherited from FlexibleField< AnimationCurve >
 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 Public Member Functions inherited from FlexibleField< AnimationCurve >
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

- Properties inherited from FlexibleField< AnimationCurve >
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...
 
value [get]
 It returns a value More...
 

Detailed Description

Class to handle a flexible AnimationCurve type reference method there is more than one.

Constructor & Destructor Documentation

FlexibleAnimationCurve ( AnimationCurve  value)

FlexibleAnimationCurve constructor

Parameters
valueValue

FlexibleAnimationCurve constructor

Parameters
parameterParameter

FlexibleAnimationCurve constructor

Parameters
slotSlot

Member Function Documentation

static operator AnimationCurve ( FlexibleAnimationCurve  flexible)
explicitstatic

Cast FlexibleAnimationCurve to AnimationCurve.

Parameters
flexibleFlexibleAnimationCurve
static operator FlexibleAnimationCurve ( AnimationCurve  value)
explicitstatic

Cast AnimationCurve to FlexibleAnimationCurve.

Parameters
valueAnimationCurve