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()>>)>()
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()>>)>()
external void remove_entity_ffi(
  ffi.Pointer<ffi.Void> viewer,
  int asset,
  ffi.Pointer<ffi.NativeFunction<ffi.Void Function()>> callback,
);