remove_skybox function

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

Implementation

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