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

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

Applies an animation track to the designated target.
public abstract Apply ( float time, float weight, bool accumulate, float scale ) : void
time float The time position in the animation to apply.
weight float The influence to give to this track, 1.0 for full influence, /// less to blend with other animations.
accumulate bool Don't make weights relative to overall weights applied, /// make them absolute and just add.
scale float The scale to apply to translations and scalings, useful for /// adapting an animation to a different size target.
Результат void
		public abstract void Apply( float time, float weight, bool accumulate, float scale );

Same methods

AnimationTrack::Apply ( float time ) : void