CameraPitch method

String CameraPitch(
  1. Camera3DBase<Camera3DBase<dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base>, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> camera,
  2. num angle,
  3. bool lockView,
  4. bool rotateAroundTarget,
  5. bool rotateUp,
)

Implementation

String CameraPitch(
  Camera3DBase camera,
  num angle,
  bool lockView,
  bool rotateAroundTarget,
  bool rotateUp,
) => 'CameraPitch($camera, $angle, $lockView, $rotateAroundTarget, $rotateUp)';