Applies an animation given a specific time point and weight.
- time (Single)
- The time position in the animation to apply.
- weight (Single)
- The influence to give to this track, 1.0 for full influence, less to blend with other animations.
- accumulate (Boolean)
[Missing <param name="accumulate"/> documentation for "M:Axiom.Animating.Animation.Apply(System.Single,System.Single,System.Boolean,System.Single)"]
- scale (Single)
[Missing <param name="scale"/> documentation for "M:Axiom.Animating.Animation.Apply(System.Single,System.Single,System.Boolean,System.Single)"]
Where you have associated animation tracks with Node objects, you can eaily apply
an animation to those nodes by calling this method.