get_main_camera function

  1. @Native<EntityId Function(Pointer<Void>)>(ffi.Pointer<ffi.Void>)>(symbol: '_get_main_camera', assetId: 'thermion_dart')
int get_main_camera(
  1. Pointer<Void> viewer
)

Implementation

@ffi.Native<EntityId Function(ffi.Pointer<ffi.Void>)>(
    symbol: '_get_main_camera', assetId: 'thermion_dart')
external int get_main_camera(
  ffi.Pointer<ffi.Void> viewer,
);