Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Initializes a new instance of the VertexAnimation class

Namespace: Visual3D.Graphics3D.Animations
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public VertexAnimation(
	string name,
	VertexAnimationContainer owner
)
Public Sub New ( _
	name As String, _
	owner As VertexAnimationContainer _
)

Parameters

name
String
owner
VertexAnimationContainer

See Also