CameraPitch method
String
CameraPitch(
- Camera3DBase<
Camera3DBase< camera,dynamic, Vector3Base, MatrixBase, QuaternionBase, Vector4Base> , Vector3Base, MatrixBase, QuaternionBase, Vector4Base> - num angle,
- bool lockView,
- bool rotateAroundTarget,
- bool rotateUp,
Implementation
String CameraPitch(
Camera3DBase camera,
num angle,
bool lockView,
bool rotateAroundTarget,
bool rotateUp,
) => 'CameraPitch($camera, $angle, $lockView, $rotateAroundTarget, $rotateUp)';