C4 Engine Terathon Software C4 Engine API Documentation

• Interface Manager

API Links
Developer Links

class Panel

Defined in:  C4Widgets.h
A Panel object represents an interface shown in a panel effect.
Definition

class Panel : public RootWidget

Constructor

Panel(const Vector2D& size);

Parameters
size The size of the panel, in pixels.
Description
The Panel class is used as the root widget for interfaces shown in panel effects. Panel objects are typically created by the Panel Editor.
Base Classes
RootWidget A panel serves as a root widget container.