class MAGES::SceneGraph::Editor::StoryboardImportPanel¶
Overview¶
Popup content that lets users browse cloud storyboards and import them into the current graph. More…
class StoryboardImportPanel: public IMGUIContainer
{
public:
// methods
StoryboardImportPanel(SceneGraphEditorWindow editorWindow);
void RefreshIfNeeded();
};
Detailed Documentation¶
Popup content that lets users browse cloud storyboards and import them into the current graph.
Methods¶
StoryboardImportPanel(SceneGraphEditorWindow editorWindow)
Initializes a new instance of the StoryboardImportPanel class.
Parameters:
editorWindow |
The active scene graph editor window. |
void RefreshIfNeeded()
Loads the storyboard list the first time the panel opens.