get_camera_position function
Implementation
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_get_camera_position', assetId: 'thermion_dart')
external void get_camera_position(
ffi.Pointer<ffi.Void> viewer,
);
@ffi.Native<ffi.Void Function(ffi.Pointer<ffi.Void>)>(
symbol: '_get_camera_position', assetId: 'thermion_dart')
external void get_camera_position(
ffi.Pointer<ffi.Void> viewer,
);