Axiom 3D Rendering Engine
CreateNodeTrack Method (handle, targetNode)
NamespacesAxiom.AnimatingAnimationCreateNodeTrack(UInt16, Node)
Creates a new NodeAnimationTrack automatically associated with a Node.
Declaration Syntax
C#Visual Basic
public NodeAnimationTrack CreateNodeTrack(
	ushort handle,
	Node targetNode
)
Public Function CreateNodeTrack ( _
	handle As UShort, _
	targetNode As Node _
) As NodeAnimationTrack
Parameters
handle (UInt16)

[Missing <param name="handle"/> documentation for "M:Axiom.Animating.Animation.CreateNodeTrack(System.UInt16,Axiom.Core.Node)"]

targetNode (Node)
Node object which will be affected by this track.
Return Value

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

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