class MAGES::Editor::MAGESOverlay¶
Overview¶
A UI element that is displayed as an overlay panel in the Scene View window. More…
class MAGESOverlay { public: // methods virtual abstract VisualElement Build(bool isPlaying) = 0; }; // direct descendants class SceneGraphSceneViewOverlay;
Detailed Documentation¶
A UI element that is displayed as an overlay panel in the Scene View window.
Methods¶
virtual abstract VisualElement Build(bool isPlaying) = 0
Builds the overlay.
Parameters:
isPlaying |
True if editor is playing. |
Returns:
The built element.