Axiom.Animating.VertexAnimationTrack.VertexAnimationTrack C# (CSharp) Method

VertexAnimationTrack() public method

public VertexAnimationTrack ( Animation parent, VertexAnimationType animationType ) : System
parent Animation
animationType VertexAnimationType
return 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