class MAGES::SceneGraph::Editor::EffectPanel¶
Overview¶
A panel that contains the visualization data, like ghosts, glyphs, labels and more. More…
class EffectPanel: public VisualElement { public: // methods EffectPanel( BaseActionData data, SerializedObject serializedObject, Action onClose ); };
Detailed Documentation¶
A panel that contains the visualization data, like ghosts, glyphs, labels and more.
Methods¶
EffectPanel( BaseActionData data, SerializedObject serializedObject, Action onClose )
Initializes a new instance of the EffectPanel class.
Parameters:
data |
The action data. |
serializedObject |
The serialized object. |
onClose |
Action to call when the panel is closed. |