C# 클래스 AssetBundleGraph.RecordUndoScope

상속: UnityEngine.GUI.Scope
파일 보기 프로젝트 열기: unity3d-jp/AssetGraph

공개 메소드들

메소드 설명
RecordUndoScope ( string message ) : System.Collections
RecordUndoScope ( string message, NodeGUI node ) : System.Collections
RecordUndoScope ( string message, NodeGUI node, bool saveOnScopeEnd ) : System.Collections
RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections

보호된 메소드들

메소드 설명
CloseScope ( ) : void

메소드 상세

CloseScope() 보호된 메소드

protected CloseScope ( ) : void
리턴 void

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message ) : System.Collections
message string
리턴 System.Collections

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message, NodeGUI node ) : System.Collections
message string
node NodeGUI
리턴 System.Collections

RecordUndoScope() 공개 메소드

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

RecordUndoScope() 공개 메소드

public RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections
message string
saveOnScopeEnd bool
리턴 System.Collections