CameraDirectionX()

语法

Result = CameraDirectionX(#Camera [, Mode])
概要
Returns the 'x' direction vector of the camera.

参数

#Camera The camera to use.
Mode (optional) The mode to get the 'x' direction vector. It can be one of the following value:
  #PB_Absolute: get the absolute 'x' direction vector of the camera in the world (default).
  #PB_Relative: get the 'x' direction vector of the camera relative to its parent.

返回值

Returns the 'x' direction vector of the camera. This value is always between -1.0 and 1.0.

已支持操作系统

所有

<- CameraDirection() - Camera Index - CameraDirectionY() ->