Click or drag to resize
Ab4d.SharpEngine logo

TransformationAnimation Methods

The TransformationAnimation type exposes the following members.

Methods
 NameDescription
Public methodAddKeyframe 
Public methodAddRotateKeyframe(Single, Quaternion, FuncSingle, Single) 
Public methodAddRotateKeyframe(Single, Vector3, FuncSingle, Single) 
Public methodAddScaleKeyframe 
Protected methodAddTargetsInfoText
(Overrides SceneNodeTargetsAnimationAddTargetsInfoText(StringBuilder))
Public methodAddTranslateKeyframe 
Public methodGetAnimatedPropertyName
(Overrides AnimationTGetAnimatedPropertyName(Int32))
Protected methodGetStandardQuaternionTransform GetStandardQuaternionTransform method creates or gets the StandardQuaternionTransform from the sceneNode. The properties of the returned StandardQuaternionTransform will be animated by this animation. User can override this method to provide custom login on how to convert existing transformation to StandardQuaternionTransform or how to create a new StandardQuaternionTransform.
Protected methodGetStandardTransform 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.
Protected methodOnInitialize
(Overrides AnimationTOnInitialize)
Public methodSet(TransformationAnimatedProperties, FuncSceneNode, Int32, Int32, Single, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSet(TransformationAnimatedProperties, Single, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSetEasingFunctionToAllKeyframes(FuncSingle, Single)
(Overrides AnimationTSetEasingFunctionToAllKeyframes(FuncSingle, Single))
Public methodSetEasingFunctionToAllKeyframes(TransformationAnimatedProperties, FuncSingle, Single) Set the specified easing function to all key-frames belonging to the specified animated property type.
Public methodSetInitialValue(TransformationAnimatedProperties, FuncSceneNode, Int32, Int32, Single) 
Public methodSetInitialValue(TransformationAnimatedProperties, Single) 
Public methodSetRotate(Quaternion, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSetRotate(Vector3, NullableSingle, NullableSingle, FuncSingle, Single) 
Public methodSetScale 
Public methodSetTranslate 
Top
See Also