SceneSelectMenu

A popup menu for selecting scenes from a filtered list, used by SceneGraphEditor and SceneNodeDrawer.

Definition

Namespace: Paragon.Core.SceneManagement.Editor Assembly: Paragon.Editor.dll

internal class SceneSelectMenu

Methods

Show()

Displays the scene selection popup.

public void Show(Rect buttonRect, List<Scene> selectableScenes, Action<Scene> onSelected);
Parameter
Type
Description

buttonRect

Rect

Position for the popup

selectableScenes

List<Scene>

Available scenes to choose from

onSelected

Action<Scene>

Callback when scene is selected

Features

  • Search Toolbar — Filter scenes by name

  • Path Preview — Shows relative path of hovered scene

  • Double-Click Confirm — Select scene on double-click or Enter

See Also

Last updated

Was this helpful?