Axiom.Animating.VertexMorphKeyFrame.VertexMorphKeyFrame C# (CSharp) 메소드

VertexMorphKeyFrame() 공개 메소드

Creates a new keyframe with the specified time. Should really be created by AnimationTrack.CreateKeyFrame instead.
public VertexMorphKeyFrame ( AnimationTrack parent, float time ) : System
parent AnimationTrack Animation track that this keyframe belongs to.
time float Time at which this keyframe begins.
리턴 System
		public VertexMorphKeyFrame( AnimationTrack parent, float time )
			: base( parent, time )
		{
		}
VertexMorphKeyFrame