Set Camera Type
Set Camera Type¶
Changes the camera mode between 2D and 3D, and select the projection type for 3D cameras.
Properties¶
System¶
| Name | Explanation | Type |
|---|---|---|
| 2D | Whether the camera uses 2D mode. | Toggle |
| 3D | Whether the camera uses 3D mode. | Toggle |
| First Person Mode | Whether the camera uses first person perspective in 3D mode. | Toggle |
| Orthographic Projection | Whether the camera uses orthographic projection in 3D mode. | Toggle |
| Perspective Projection | Whether the camera uses perspective projection in 3D mode. | Toggle |
| Reset to Default | Whether to reset the camera type to its default configuration. | Toggle |
Examples¶
Switch to 2D Camera Mode¶
This sets the camera to 2D mode.
Switch to 3D Camera with Perspective Projection¶
This sets the camera to 3D mode with perspective projection.
Switch to 3D Camera with First Person Mode¶
This sets the camera to 3D mode with first person perspective.
Reset Camera Type to Default¶
This resets the camera type to its default configuration.