CameraObject::GetCameraType
Defined in:
Returns the type of a camera.
C4CameraObjects.h
Prototype
CameraType GetCameraType(void) const;
Description
The GetCameraType
function returns the camera type, which can be one of the following constants or a custom type defined by a derived class.
kCameraOrtho |
Orthographic camera. |
kCameraFrustum |
Frustum (perspective) camera. |
kCameraIndirect |
Indirect camera. |