CameraPitch abstract method

void CameraPitch(
  1. Camera3DStructType camera,
  2. num angle,
  3. bool lockView,
  4. bool rotateAroundTarget,
  5. bool rotateUp,
)

Implementation

void CameraPitch(
  Camera3DStructType camera,
  num angle,
  bool lockView,
  bool rotateAroundTarget,
  bool rotateUp,
);