Creates a new VertexAnimationTrack automatically associated with a Vertex.
| 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
- 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)"]
[Missing <returns> documentation for "M:Axiom.Animating.Animation.CreateVertexTrack(System.UInt16,Axiom.Graphics.VertexData,Axiom.Animating.VertexAnimationType)"]