remove_light function

  1. @Native<Void Function(Pointer<Void>, EntityId)>(ffi.Pointer<ffi.Void>, EntityId)>(symbol: '_remove_light', assetId: 'thermion_dart')
void remove_light(
  1. Pointer<Void> viewer,
  2. int entityId
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>, EntityId)>(
    symbol: '_remove_light', assetId: 'thermion_dart')
external void remove_light(
  ffi.Pointer<ffi.Void> viewer,
  int entityId,
);