C4 Engine
C4 Engine API Documentation

class PanelEffect

Defined in:  C4Panels.h
The PanelEffect class represents a panel effect node in a world.
Definition

class PanelEffect : public Effect

Constructor

PanelEffect(const Vector2D& size);

Parameters
size The size of the panel.
Description
The PanelEffect class represents a panel effect node in a world. All panel effect nodes have a panel controller assigned to them automatically in the World Editor, and it's the PanelController class that manages the contents of the panel effect.
Base Classes
Effect A panel effect is a specific type of effect.
See Also

PanelEffectObject

PanelController