Axiom 3D Rendering Engine
CreateNumericTrack Method (handle, animable)
NamespacesAxiom.AnimatingAnimationCreateNumericTrack(UInt16, AnimableValue)
Creates a new NumericAnimationTrack automatically associated with a Numeric.
Declaration Syntax
C#Visual Basic
public NumericAnimationTrack CreateNumericTrack(
	ushort handle,
	AnimableValue animable
)
Public Function CreateNumericTrack ( _
	handle As UShort, _
	animable As AnimableValue _
) As NumericAnimationTrack
Parameters
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.
Return Value

[Missing <returns> documentation for "M:Axiom.Animating.Animation.CreateNumericTrack(System.UInt16,Axiom.Animating.AnimableValue)"]

Assembly: Axiom (Module: Axiom) Version: 0.8.0.0 (0.8.0.0)