C4 Engine
C4 Engine API Documentation

class PanelController

Defined in:  C4Panels.h
The PanelController class manages an interface panel effect in a world.
Definition

class PanelController : public ScriptController

Member Functions
PanelController::GetInternalPanelSize Returns the internal panel size.
PanelController::SetInternalPanelSize Sets the internal panel size.
PanelController::GetRootWidget Returns the root widget for a panel controller.
PanelController::PurgeWidgets Purges all widgets owned by a panel controller.
Constructor

PanelController();

Description
The PanelController class manages an interface panel effect in a world. This type of controller is automatically assigned to panel effect nodes in the World Editor.
Base Classes
ScriptController Widgets contained in an interface panel can have scripts attached to them.
See Also

PanelEffect

Widget