Camera Properties |
The Camera type exposes the following members.
Name | Description | |
---|---|---|
_GameObject |
Get the game object this component is attached to.
(Inherited from BaseComponent.) | |
Backward |
Get a vector representing camera current backward direction.
| |
CameraType |
Set / get camera type.
| |
Enabled |
Is this component currently enabled.
(Inherited from BaseComponent.) | |
FarPlane |
Far clip plane distance.
| |
ForceScreenSize |
If defined, this will be used as screen size (affect aspect ratio in perspective camera,
and view size in Orthographic camera. If not set, default screen size will be used.
| |
Forward |
Get a vector representing camera current forward direction.
| |
IsActiveCamera |
Get if this camera is the active camera in its scene.
Note: it doesn't mean that the scene this camera belongs to is currently active.
| |
Name |
Get / set the name of this component.
(Inherited from IComponent.) | |
NearPlane |
Near clip plane distance.
| |
Position |
Get camera current position.
| |
Projection |
Get camera projection matrix.
| |
View |
Get camera view matrix.
| |
ViewFrustum |
Get camera view frustum.
|