Axiom 3D Rendering Engine
CreateVertexTrack Method (handle, targetVertexData, type)
NamespacesAxiom.AnimatingAnimationCreateVertexTrack(UInt16, VertexData, VertexAnimationType)
Creates a new VertexAnimationTrack automatically associated with a Vertex.
Declaration Syntax
C#Visual Basic
public VertexAnimationTrack CreateVertexTrack(
	ushort handle,
	VertexData targetVertexData,
	VertexAnimationType type
)
Public Function CreateVertexTrack ( _
	handle As UShort, _
	targetVertexData As VertexData, _
	type As VertexAnimationType _
) As VertexAnimationTrack
Parameters
handle (UInt16)

[Missing <param name="handle"/> documentation for "M:Axiom.Animating.Animation.CreateVertexTrack(System.UInt16,Axiom.Graphics.VertexData,Axiom.Animating.VertexAnimationType)"]

targetVertexData (VertexData)

[Missing <param name="targetVertexData"/> documentation for "M:Axiom.Animating.Animation.CreateVertexTrack(System.UInt16,Axiom.Graphics.VertexData,Axiom.Animating.VertexAnimationType)"]

type (VertexAnimationType)

[Missing <param name="type"/> documentation for "M:Axiom.Animating.Animation.CreateVertexTrack(System.UInt16,Axiom.Graphics.VertexData,Axiom.Animating.VertexAnimationType)"]

Return Value

[Missing <returns> documentation for "M:Axiom.Animating.Animation.CreateVertexTrack(System.UInt16,Axiom.Graphics.VertexData,Axiom.Animating.VertexAnimationType)"]

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