Axiom.Animating.VertexAnimationTrack.Apply C# (CSharp) Метод

Apply() публичный Метод

public Apply ( float time, float weight, bool accumulate, float scale ) : void
time float
weight float
accumulate bool
scale float
Результат void
		public override void Apply( float time, float weight, bool accumulate, float scale )
		{
			ApplyToVertexData( targetVertexData, time, weight, null );
		}