remove_entity_ffi function

  1. @Native<Void Function(Pointer<Void>, EntityId, Pointer<NativeFunction<Void Function()>>)>(ffi.Pointer<ffi.Void>, EntityId, ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>(symbol: '_remove_entity_ffi', assetId: 'thermion_dart')
void remove_entity_ffi(
  1. Pointer<Void> viewer,
  2. int asset,
  3. Pointer<NativeFunction<Void Function()>> callback
)

Implementation

@ffi.Native<
        ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId,
            ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>>)>(
    symbol: '_remove_entity_ffi', assetId: 'thermion_dart')
external void remove_entity_ffi(
  ffi.Pointer<ffi.Void> viewer,
  int asset,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> callback,
);