AssetBundleGraph.RecordUndoScope.RecordUndoScope C# (CSharp) Метод

RecordUndoScope() публичный Метод

public RecordUndoScope ( string message, NodeGUI node, bool saveOnScopeEnd ) : System.Collections
message string
node NodeGUI
saveOnScopeEnd bool
Результат System.Collections
        public RecordUndoScope(string message, NodeGUI node, bool saveOnScopeEnd)
        {
            this.node = node;
            this.saveOnScopeEnd = saveOnScopeEnd;
            NodeGUIUtility.NodeEventHandler(new NodeEvent(NodeEvent.EventType.EVENT_RECORDUNDO, message));
        }

Same methods

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