interface
ISceneUndoScope
public interface ISceneUndoScope Methods
virtual ISceneUndoScope WithGameObjectCreations() virtual ISceneUndoScope WithGameObjectDestructions(IEnumerable<GameObject> gameObjects) virtual ISceneUndoScope WithGameObjectDestructions(GameObject gameObject) virtual ISceneUndoScope WithGameObjectChanges(IEnumerable<GameObject> objects, GameObjectUndoFlags flags) virtual ISceneUndoScope WithGameObjectChanges(GameObject gameObject, GameObjectUndoFlags flags) virtual ISceneUndoScope WithComponentCreations() virtual ISceneUndoScope WithComponentDestructions(IEnumerable<Component> components) virtual ISceneUndoScope WithComponentDestructions(Component component) virtual ISceneUndoScope WithComponentChanges(IEnumerable<Component> components) virtual ISceneUndoScope WithComponentChanges(Component component) virtual IDisposable Push() Assembly:
Sandbox.Engine Full Name: ISceneUndoScope