Creates a new NumericAnimationTrack automatically associated with a Numeric.
| C# | Visual Basic |
public NumericAnimationTrack CreateNumericTrack( ushort handle, AnimableValue animable )
Public Function CreateNumericTrack ( _ handle As UShort, _ animable As AnimableValue _ ) As NumericAnimationTrack
- handle (UInt16)
[Missing <param name="handle"/> documentation for "M:Axiom.Animating.Animation.CreateNumericTrack(System.UInt16,Axiom.Animating.AnimableValue)"]
- animable (AnimableValue)
- AnimableValue which will be affected by this track.
[Missing <returns> documentation for "M:Axiom.Animating.Animation.CreateNumericTrack(System.UInt16,Axiom.Animating.AnimableValue)"]