C4 Engine
C4 Engine API Documentation

Camera::GetCameraType

Defined in:  C4Cameras.h
Returns the camera type.
Prototype

CameraType GetCameraType(voidconst;

Description
The GetCameraType function returns the camera type, which can be one of the following constants or may be a type defined by a derived class.
kCameraOrtho Orthographic camera.
kCameraFrustum Frustum (perspective) camera.
kCameraIndirect Indirect camera.
See Also

CameraObject