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

ParameterDescription
angleThe minimum pictch angle.

Returns:

void