Axiom.Animating.AnimationTrack.GetTransformKeyFrame C# (CSharp) Méthode

GetTransformKeyFrame() public méthode

Creates a new KeyFrame and adds it to this animation at the given time index.
public GetTransformKeyFrame ( int index ) : TransformKeyFrame
index int
Résultat TransformKeyFrame
		public TransformKeyFrame GetTransformKeyFrame( int index )
		{
			return (TransformKeyFrame)KeyFrames[ index ];
		}