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

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

public Apply ( float timePos, float weight, bool accumulate, float scale ) : void
timePos float
weight float
accumulate bool
scale float
Результат void
		public override void Apply( float timePos, float weight, bool accumulate, float scale )
		{
			ApplyToAnimable( targetAnimable, timePos, weight, scale );
		}