CameraProjectionMode()

语法

CameraProjectionMode(#Camera, Mode)
概要
Change the #Camera projection mode.

参数

#Camera The camera to use.
Mode The value representing the way in which the world should be projected. This should be one of the following values:
  #PB_Camera_Perspective : Renders the whole scene with perspective
  #PB_Camera_Orthographic: Renders the whole scene in Orthographic mode (no 3D depth)

返回值

无.

已支持操作系统

所有

<- CameraPitch() - Camera Index - CameraProjectionX() ->