C# Class UnityEditor.PackageExportTreeView

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Свойство Type Description
itemWasToggled Action

Protected Properties

Свойство Type Description
k_FoldoutWidth float

Méthodes publiques

Méthode Description
OnGUI ( Rect rect ) : void
OnRowGUI ( Rect rowRect, TreeViewItem tvItem, int row, bool selected, bool focused ) : void
PackageExportTreeView ( PackageExport packageExport, TreeViewState treeViewState, Rect startRect ) : System
PackageExportTreeViewGUI ( TreeViewController treeView, PackageExportTreeView view ) : System
SetAllEnabled ( EnabledState enabled ) : void

Méthodes protégées

Méthode Description
GetIconForItem ( TreeViewItem tItem ) : Texture
RenameEnded ( ) : void

Private Methods

Méthode Description
ComputeEnabledStateForFolders ( ) : void
DoIconAndText ( PackageExportTreeView item, Rect contentRect, bool selected, bool focused ) : void
DoToggle ( PackageExportTreeView pitem, Rect toggleRect ) : void
EnableChildrenRecursive ( TreeViewItem parentItem, EnabledState enabled ) : void
GetFolderChildrenEnabledState ( PackageExportTreeViewItem folder ) : EnabledState
ItemWasToggled ( PackageExportTreeViewItem pitem ) : void
RecursiveComputeEnabledStateForFolders ( PackageExportTreeViewItem pitem, HashSet done ) : void
SelectionChanged ( int selectedIDs ) : void
Toggle ( ExportPackageItem items, PackageExportTreeView pitem, Rect toggleRect ) : void

Method Details

GetIconForItem() protected méthode

protected GetIconForItem ( TreeViewItem tItem ) : Texture
tItem TreeViewItem
Résultat UnityEngine.Texture

OnGUI() public méthode

public OnGUI ( Rect rect ) : void
rect UnityEngine.Rect
Résultat void

OnRowGUI() public méthode

public OnRowGUI ( Rect rowRect, TreeViewItem tvItem, int row, bool selected, bool focused ) : void
rowRect UnityEngine.Rect
tvItem TreeViewItem
row int
selected bool
focused bool
Résultat void

PackageExportTreeView() public méthode

public PackageExportTreeView ( PackageExport packageExport, TreeViewState treeViewState, Rect startRect ) : System
packageExport PackageExport
treeViewState TreeViewState
startRect UnityEngine.Rect
Résultat System

PackageExportTreeViewGUI() public méthode

public PackageExportTreeViewGUI ( TreeViewController treeView, PackageExportTreeView view ) : System
treeView TreeViewController
view PackageExportTreeView
Résultat System

RenameEnded() protected méthode

protected RenameEnded ( ) : void
Résultat void

SetAllEnabled() public méthode

public SetAllEnabled ( EnabledState enabled ) : void
enabled EnabledState
Résultat void

Property Details

itemWasToggled public_oe property

public Action itemWasToggled
Résultat Action

k_FoldoutWidth protected_oe property

protected float k_FoldoutWidth
Résultat float