Camera_getFov function
Implementation
@ffi.Native<ffi.Float Function(ffi.Pointer<TCamera>, ffi.Bool)>(isLeaf: true)
external double Camera_getFov(
ffi.Pointer<TCamera> camera,
bool horizontal,
);
@ffi.Native<ffi.Float Function(ffi.Pointer<TCamera>, ffi.Bool)>(isLeaf: true)
external double Camera_getFov(
ffi.Pointer<TCamera> camera,
bool horizontal,
);