class PanelEffectObject
Defined in:
The C4Panels.h
PanelEffectObject
class encapsulates data pertaining to a panel effect.
Definition
class PanelEffectObject : public EffectObject
Constructor
PanelEffectObject(const Vector2D& size);
Parameters
size |
The size of the panel. |
Description
The PanelEffectObject
class encapsulates data pertaining to a panel effect such as the physical size of the panel. The contents of a panel effect are managed by the PanelController
class.
Base Classes
EffectObject |
A PanelEffectObject is an object that can be shared by multiple panel effect nodes.
|
See Also