Package com.marginallyclever.ro3.apps.actions
package com.marginallyclever.ro3.apps.actions
Actions are human-facing UI elements that perform tasks.
Actions might be undo-able, in which case they will issue Commands to the
UndoManager.-
ClassesClassDescriptionOpen a URL in the desktop web browser.Checks online for a new version of Robot Overlord.Copy the selected node(s) to the clipboard.
CutNodeis an action that cuts the selected node(s) from the scene.Export the scene and all the assets used to a single ZIP file for sharing on another computer.Load a Scene and insert it into the existing Scene.Load a scene from a file.Reset the scene to a new empty scene.PasteNodeis an action that pastes the selected node(s) from the clipboard.Go forward one step in the undo/redo history.RemoveNodeis an action that removes the selected node(s) from the scene.Save the entire scene to a file.Save the entire scene to a file.Go back one step in the undo/redo history.