get_scene_manager function

  1. @Native<Pointer<Void> Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_get_scene_manager', assetId: 'thermion_dart')
Pointer<Void> get_scene_manager(
  1. Pointer<Void> viewer
)

Implementation

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