CameraYaw function

void CameraYaw(
  1. StructPointer<Camera3DD> camera,
  2. double angle,
  3. bool rotateAroundTarget
)

See RaylibCameraFlatModule.CameraYaw.

Implementation

void CameraYaw(
  StructPointer<Camera3DD> camera,
  double angle,
  bool rotateAroundTarget,
) => _module.CameraYaw(camera, angle, rotateAroundTarget);