|
TransformationAnimation Methods |
The TransformationAnimation type exposes the following members.
Methods | Name | Description |
---|
| AddKeyframe | |
| AddRotateKeyframe | |
| AddScaleKeyframe | |
| AddTargetsInfoText | (Overrides SceneNodeTargetsAnimationAddTargetsInfoText(StringBuilder)) |
| AddTranslateKeyframe | |
| GetAnimatedPropertyName | (Overrides AnimationTGetAnimatedPropertyName(Int32)) |
| GetStandardTransform |
GetStandardTransform method creates or gets the StandardTransform from the sceneNode.
The properties of the returned StandardTransform will be animated by this animation.
User can override this method to provide custom login on how to convert existing transformation to StandardTransform or how to create a new StandardTransform.
|
| OnInitialize | (Overrides AnimationTOnInitialize) |
| Set(TransformationAnimatedProperties, FuncSceneNode, Int32, Int32, Single, NullableSingle, NullableSingle, FuncSingle, Single) | |
| Set(TransformationAnimatedProperties, Single, NullableSingle, NullableSingle, FuncSingle, Single) | |
| SetEasingFunctionToAllKeyframes(FuncSingle, Single) | (Overrides AnimationTSetEasingFunctionToAllKeyframes(FuncSingle, Single)) |
| SetEasingFunctionToAllKeyframes(TransformationAnimatedProperties, FuncSingle, Single) |
Set the specified easing function to all key-frames belonging to the specified animated property type.
|
| SetInitialValue(TransformationAnimatedProperties, FuncSceneNode, Int32, Int32, Single) | |
| SetInitialValue(TransformationAnimatedProperties, Single) | |
| SetRotate | |
| SetScale | |
| SetTranslate | |
TopSee Also