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

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message ) : System.Collections
message string
리턴 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