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 ];
		}