AssetBundleGraph.RecordUndoScope.RecordUndoScope C# (CSharp) 메소드

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message, NodeGUI node ) : System.Collections
message string
node NodeGUI
리턴 System.Collections
        public RecordUndoScope(string message, NodeGUI node)
        {
            this.node = node;
            NodeGUIUtility.NodeEventHandler(new NodeEvent(NodeEvent.EventType.EVENT_RECORDUNDO, message));
        }

Same methods

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