C# Класс AssetBundleGraph.RecordUndoScope

Наследование: UnityEngine.GUI.Scope
Показать файл Открыть проект

Открытые методы

Метод Описание
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