
Public Member Functions |
|
| FBAnimationNode | GetAnimationNode () |
| Get the animation node for the property.
|
|
Public Attributes |
|
| object | Data |
| Read Write Property: The property
data value. |
|
| FBAnimationNode GetAnimationNode | ( | ) |
Get the animation node for the property.
Read Write Property: The property data value.
Type of this depends on the subclass of FBPropertyAnimatable (ex: in a FBPropertyAnimatableInt, Data is of type int).
Reimplemented from FBProperty.
Reimplemented in FBPropertyAnimatableAction, FBPropertyAnimatableBool, FBPropertyAnimatableColor, FBPropertyAnimatableColorAndAlpha, FBPropertyAnimatableDouble, FBPropertyAnimatableTime, FBPropertyAnimatableEnum, FBPropertyAnimatableInt, FBPropertyAnimatableVector2d, FBPropertyAnimatableVector3d, and FBPropertyAnimatableVector4d.