C# Class UnityEditor.PreviewWindow

Inheritance: UnityEditor.InspectorWindow
Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
AddItemsToMenu ( GenericMenu menu ) : void
GetLastInteractedEditor ( ) : Editor
SetParentInspector ( UnityEditor.InspectorWindow inspector ) : void

Méthodes protégées

Méthode Description
CreateTracker ( ) : void
OnDisable ( ) : void
OnEnable ( ) : void
OnGUI ( ) : void
ShowButton ( Rect r ) : void

Method Details

AddItemsToMenu() public méthode

public AddItemsToMenu ( GenericMenu menu ) : void
menu GenericMenu
Résultat void

CreateTracker() protected méthode

protected CreateTracker ( ) : void
Résultat void

GetLastInteractedEditor() public méthode

public GetLastInteractedEditor ( ) : Editor
Résultat Editor

OnDisable() protected méthode

protected OnDisable ( ) : void
Résultat void

OnEnable() protected méthode

protected OnEnable ( ) : void
Résultat void

OnGUI() protected méthode

protected OnGUI ( ) : void
Résultat void

SetParentInspector() public méthode

public SetParentInspector ( UnityEditor.InspectorWindow inspector ) : void
inspector UnityEditor.InspectorWindow
Résultat void

ShowButton() protected méthode

protected ShowButton ( Rect r ) : void
r UnityEngine.Rect
Résultat void