Camera.setMinPitchAngle() method
Set min pitch angle of the camera. Once reach the limit value, the camera's picth angle would not decrease.
Signature:
setMinPitchAngle(angle: number): void;
Parameters
Parameter | Description |
---|
angle | The minimum pictch angle. |
Returns:
void