CameraPitch()

语法

Result = CameraPitch(#Camera [, Mode])
概要
Get the pitch of the #Camera.

参数

#Camera The camera to use.
Mode (optional) The mode to get the pitch. It can be one of the following value:
  #True : the pitch is the raw value, but it can't be used in RotateCamera() to get back the same orientation (default).
  #False: the pitch is adjusted, so it can be put back in RotateCamera() to get back the same orientation.

返回值

The current pitch value of the camera. This value is always between -180.0 and 180.0 degrees.

参阅

CameraYaw(), CameraRoll()

已支持操作系统

所有

<- CameraLookAt() - Camera Index - CameraProjectionMode() ->