get_scene_manager function

  1. @Native<Pointer<Void> Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>()
Pointer<Void> get_scene_manager(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<ffi.Pointer<ffi.Void> Function(ffi.Pointer<ffi.Void>)>()
external ffi.Pointer<ffi.Void> get_scene_manager(
  ffi.Pointer<ffi.Void> viewer,
);