update_bone_matrices function

  1. @Native<Bool Function(Pointer<Void>, EntityId)>(ffi.Pointer<ffi.Void>, EntityId)>(symbol: '_update_bone_matrices', assetId: 'thermion_dart')
bool update_bone_matrices(
  1. Pointer<Void> sceneManager,
  2. int entityId
)

Implementation

@ffi.Native<ffi.Bool Function(ffi.Pointer<ffi.Void>, EntityId)>(
    symbol: '_update_bone_matrices', assetId: 'thermion_dart')
external bool update_bone_matrices(
  ffi.Pointer<ffi.Void> sceneManager,
  int entityId,
);