C# Class AssetBundleGraph.RecordUndoScope

Inheritance: UnityEngine.GUI.Scope
Afficher le fichier Open project: unity3d-jp/AssetGraph

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CloseScope ( ) : void

Method Details

CloseScope() protected méthode

protected CloseScope ( ) : void
Résultat void

RecordUndoScope() public méthode

public RecordUndoScope ( string message ) : System.Collections
message string
Résultat System.Collections

RecordUndoScope() public méthode

public RecordUndoScope ( string message, NodeGUI node ) : System.Collections
message string
node NodeGUI
Résultat System.Collections

RecordUndoScope() public méthode

public RecordUndoScope ( string message, NodeGUI node, bool saveOnScopeEnd ) : System.Collections
message string
node NodeGUI
saveOnScopeEnd bool
Résultat System.Collections

RecordUndoScope() public méthode

public RecordUndoScope ( string message, bool saveOnScopeEnd ) : System.Collections
message string
saveOnScopeEnd bool
Résultat System.Collections