cameraTiltInDegrees property

double cameraTiltInDegrees

Camera tilt with axis parallel to the ground. The default value is 50 degrees. Gets the currently set camera tilt with axis parallel to the ground. The default value is 50 degrees.

Implementation

double get cameraTiltInDegrees;
void cameraTiltInDegrees=(double value)

Camera tilt with axis parallel to the ground. The default value is 50 degrees. Sets camera tilt with axis parallel to the ground.

Implementation

set cameraTiltInDegrees(double value);