AssetBundleGraph.RecordUndoScope.RecordUndoScope C# (CSharp) Method

RecordUndoScope() public method

public RecordUndoScope ( string message ) : System.Collections
message string
return System.Collections
        public RecordUndoScope(string message)
        {
            NodeGUIUtility.NodeEventHandler(new NodeEvent(NodeEvent.EventType.EVENT_RECORDUNDO, message));
        }

Same methods

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