C# Класс UnityEditor.ASHistoryWindow

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
CancelShowCustomDiff void
ChangesetContextMenuClick void
CheckParentViewInFilterAndMarkBoldItems int
ClearItemSelection void
ClearLV void
ContextMenuClick void
DoRevertProject void
DoScroll void
DoShowCustomDiff void
DoShowDiff void
DownloadFile void
DrawBadge void
DrawParentView void
FindFirstUnfilteredItem int
FinishShowCustomDiff void
HandleWebLikeKeyboard void
HasFlag bool
IsComparableAssetSelected bool
MarkBoldItemsByGUID void
MarkBoldItemsBySelection int
MoveSelection void
ShowAssetsHistory void
UncollapseListItem void
WebLikeHistory void

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

Метод Описание
ASHistoryWindow ( EditorWindow parent ) : System
DoGUI ( bool hasFocus ) : bool
DoLocalSelectionChange ( ) : void
FilterItems ( bool recreateGUIItems ) : void
OnSelectionChange ( ) : void

Приватные методы

Метод Описание
CancelShowCustomDiff ( ) : void
ChangesetContextMenuClick ( object userData, string options, int selected ) : void
CheckParentViewInFilterAndMarkBoldItems ( GUIHistoryListItem item, string text ) : int
ClearItemSelection ( ) : void
ClearLV ( ) : void
ContextMenuClick ( object userData, string options, int selected ) : void
DoRevertProject ( ) : void
DoScroll ( ) : void
DoShowCustomDiff ( bool binary ) : void
DoShowDiff ( bool binary, int ver1, int ver2 ) : void
DownloadFile ( ) : void
DrawBadge ( Rect offset, ChangeFlags flags, GUIStyle style, GUIContent content, float textColWidth ) : void
DrawParentView ( Rect r, GUIHistoryListItem &item, int changesetIndex, bool hasFocus ) : void
FindFirstUnfilteredItem ( int fromIndex, int direction ) : int
FinishShowCustomDiff ( ) : void
HandleWebLikeKeyboard ( ) : void
HasFlag ( ChangeFlags flags, ChangeFlags flagToCheck ) : bool
IsComparableAssetSelected ( ) : bool
MarkBoldItemsByGUID ( string guid ) : void
MarkBoldItemsBySelection ( GUIHistoryListItem item ) : int
MoveSelection ( int steps ) : void
ShowAssetsHistory ( ) : void
UncollapseListItem ( GUIHistoryListItem &item ) : void
WebLikeHistory ( bool hasFocus ) : void

Описание методов

ASHistoryWindow() публичный Метод

public ASHistoryWindow ( EditorWindow parent ) : System
parent EditorWindow
Результат System

DoGUI() публичный Метод

public DoGUI ( bool hasFocus ) : bool
hasFocus bool
Результат bool

DoLocalSelectionChange() публичный Метод

public DoLocalSelectionChange ( ) : void
Результат void

FilterItems() публичный Метод

public FilterItems ( bool recreateGUIItems ) : void
recreateGUIItems bool
Результат void

OnSelectionChange() публичный Метод

public OnSelectionChange ( ) : void
Результат void