C4 Engine
C4 Engine API Documentation

CameraObject::GetCameraType

Defined in:  C4CameraObjects.h
Returns the type of a camera.
Prototype

CameraType GetCameraType(voidconst;

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.