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

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections
message string
saveOnScopeEnd bool
리턴 System.Collections
        public RecordUndoScope(string message, bool saveOnScopeEnd)
        {
            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, NodeGUI node, bool saveOnScopeEnd ) : System.Collections