Click or drag to resize
Ab4d.SharpEngine logo

AssimpSkeleton Class

AssimpSkeleton class represents a skeleton that is used for skeletal animation and contains a list of SkeletonNodes.
Inheritance Hierarchy

Namespace: Ab4d.SharpEngine.Assimp
Assembly: Ab4d.SharpEngine.Assimp (in Ab4d.SharpEngine.Assimp.dll) Version: 4.1.9680+a1b1e43de1ad9a7e35472c33948d688d7b40ef79
Syntax
C#
public class AssimpSkeleton : Skeleton

The AssimpSkeleton type exposes the following members.

Constructors
 NameDescription
Public methodAssimpSkeleton Constructor
Top
Properties
 NameDescription
Public propertyAssimpMesh Gets an Assimp's Mesh object that was used to generate the SharpEngine's Mesh.
Top
Methods
 NameDescription
Public methodGenerateMeshBonesArray 
Public methodGetSkeletonNode Returns SkeletonNode with specified bone name.
(Overrides SkeletonGetSkeletonNode(String))
Public methodHasBone Returns true is this skeleton defines a bone with specified name.
(Overrides SkeletonHasBone(String))
Top
See Also