CameraPitch function
void
CameraPitch()
See RaylibCameraFlatModule.CameraPitch.
Implementation
void CameraPitch(
StructPointer<Camera3DD> camera,
double angle,
bool lockView,
bool rotateAroundTarget,
bool rotateUp,
) => _module.CameraPitch(camera, angle, lockView, rotateAroundTarget, rotateUp);