updateBoneMatrices method

  1. @JSExport()
JSPromise<JSAny?> updateBoneMatrices(
  1. ThermionEntity entity
)

Implementation

@JSExport()
JSPromise updateBoneMatrices(ThermionEntity entity) {
  return viewer.updateBoneMatrices(entity).toJS;
}