C# Class AssetBundleGraph.RecordUndoScope

Inheritance: UnityEngine.GUI.Scope
Show file Open project: unity3d-jp/AssetGraph

Public Methods

Method Description
RecordUndoScope ( string message ) : System.Collections
RecordUndoScope ( string message, NodeGUI node ) : System.Collections
RecordUndoScope ( string message, NodeGUI node, bool saveOnScopeEnd ) : System.Collections
RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections

Protected Methods

Method Description
CloseScope ( ) : void

Method Details

CloseScope() protected method

protected CloseScope ( ) : void
return void

RecordUndoScope() public method

public RecordUndoScope ( string message ) : System.Collections
message string
return System.Collections

RecordUndoScope() public method

public RecordUndoScope ( string message, NodeGUI node ) : System.Collections
message string
node NodeGUI
return System.Collections

RecordUndoScope() public method

public RecordUndoScope ( string message, NodeGUI node, bool saveOnScopeEnd ) : System.Collections
message string
node NodeGUI
saveOnScopeEnd bool
return System.Collections

RecordUndoScope() public method

public RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections
message string
saveOnScopeEnd bool
return System.Collections