Assimp  v4.1. (December 2018)
Assimp::ASE::Bone Struct Reference

Helper structure to represent an ASE file bone. More...

Public Member Functions

 Bone ()
 Constructor. More...
 
 Bone (const std::string &name)
 Construction from an existing name. More...
 

Public Attributes

std::string mName
 Name of the bone. More...
 

Detailed Description

Helper structure to represent an ASE file bone.

Constructor & Destructor Documentation

◆ Bone() [1/2]

Assimp::ASE::Bone::Bone ( )
inline

Constructor.

◆ Bone() [2/2]

Assimp::ASE::Bone::Bone ( const std::string &  name)
inlineexplicit

Construction from an existing name.

Member Data Documentation

◆ mName

std::string Assimp::ASE::Bone::mName

Name of the bone.


The documentation for this struct was generated from the following file: