clear_entities function

  1. @Native<Void Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_clear_entities', assetId: 'thermion_dart')
void clear_entities(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
    symbol: '_clear_entities', assetId: 'thermion_dart')
external void clear_entities(
  ffi.Pointer<ffi.Void> viewer,
);