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
VisualElement Build(bool isPlaying);
};
// direct descendants
class SceneGraphSceneViewOverlay;
Detailed Documentation¶
A UI element that is displayed as an overlay panel in the Scene View window.
Methods¶
VisualElement Build(bool isPlaying)
Builds the overlay.
Parameters:
isPlaying |
True if editor is playing. |
Returns:
The built element.