C4 Engine Terathon Software C4 Engine API Documentation

• Effect Manager

API Links
Developer Links

class CameraWidget

Defined in:  C4Panels.h
The CameraWidget class represents an interface widget that displays a remote camera view.
Definition

class CameraWidget : public ImageWidget

Constructor

CameraWidget(const Vector2D& size);

Parameters
size The size of the camera widget, in pixels.
Description


Base Classes
ImageWidget The image displayed in the camera view is based on the ImageWidget class.