getBoneNames abstract method
Gets the names of all bones for the armature at skinIndex
under the specified entity
.
Implementation
Future<List<String>> getBoneNames(ThermionEntity entity, {int skinIndex = 0});
Gets the names of all bones for the armature at skinIndex
under the specified entity
.
Future<List<String>> getBoneNames(ThermionEntity entity, {int skinIndex = 0});