Axiom.Animating.AnimationTrack.GetTransformKeyFrame C# (CSharp) 메소드

GetTransformKeyFrame() 공개 메소드

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