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 );
		}