Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Gets the reference to the CustomSkeleton instance used for skeletal or DOF animations of actor based on COLLADA model.

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

Syntax

      
 C#  Visual Basic 
public CustomSkeleton CustomSkeleton { get; }
Public ReadOnly Property CustomSkeleton As CustomSkeleton
	Get

See Also