-
Notifications
You must be signed in to change notification settings - Fork 1
Camera
CameraComponent is a variable type controlling the parameters of a Camera. It can be retrieved from an entity using the GetCameraComponent() function.
Property controlling whether this camera is primary or not.
Property controlling whether this camera has a fixed aspect ratio or not.
The field of view of the camera.
The size of the orthographic camera.
The distance to the near clip plane of the orthographic camera.
The distance to the far clip plane of the orthographic camera.
The distance to the near clip plane of the perspective camera.
The distance to the far clip plane of the perspective camera.
Changes the projection type of the camera to orthographic.
Changes the projection type of the camera to perspective.
Returns the width of the camera in pixels.
Returns the height of the camera in pixels.
Returns the conversion of a given 2D screen position into its corresponding position in world space (with a Z value of 0).