getBone abstract method
Gets the entity representing the bone at boneIndex
/skinIndex
.
The returned entity is only intended for use with getWorldTransform.
Implementation
Future<ThermionEntity> getBone(ThermionEntity parent, int boneIndex,
{int skinIndex = 0});