setBoneTransform abstract method
Future
setBoneTransform(
- ThermionEntity entity,
- int boneIndex,
- Matrix4 transform, {
- int skinIndex = 0,
Directly set the bone matrix for the bone at the given index. Don't call this manually unless you know what you're doing.
Implementation
Future setBoneTransform(
ThermionEntity entity, int boneIndex, Matrix4 transform,
{int skinIndex = 0});