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

VertexAnimationTrack() 공개 메소드

public VertexAnimationTrack ( Animation parent, VertexAnimationType animationType ) : System
parent Animation
animationType VertexAnimationType
리턴 System
		public VertexAnimationTrack( Animation parent, VertexAnimationType animationType )
			: base( parent )
		{
			this.animationType = animationType;
		}

Same methods

VertexAnimationTrack::VertexAnimationTrack ( Animation parent, VertexAnimationType animationType, VertexData targetVertexData, VertexAnimationTargetMode targetMode ) : System
VertexAnimationTrack::VertexAnimationTrack ( Animation parent, ushort handle ) : System
VertexAnimationTrack::VertexAnimationTrack ( Animation parent, ushort handle, VertexAnimationType animationType ) : System