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

Apply() public method

public Apply ( float time, float weight, bool accumulate, float scale ) : void
time float
weight float
accumulate bool
scale float
return void
		public override void Apply( float time, float weight, bool accumulate, float scale )
		{
			ApplyToVertexData( targetVertexData, time, weight, null );
		}