get_main_camera function
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,
);
@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,
);