Note: This documentation is preliminary and is subject to change.
Registers all of the scale, rotate, and translate (SRT) keyframe data of an animation, and fills arrays with SRT key data used for keyframe animation.
Definition
Visual Basic .NET
Public Function RegisterAnimationKeys( _ ByVal animationName As String, _ ByVal scaleKeys() As KeyVector3, _ ByVal rotationKeys() As KeyQuaternion, _ ByVal translationKeys() As KeyVector3 _ ) As Integer