Axiom.Animating.VertexAnimationTrack.VertexAnimationTrack C# (CSharp) Méthode

VertexAnimationTrack() public méthode

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