C# Class UnityEditor.HostView

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

Private Properties

Свойство Type Description
GetPaneMethod System.Reflection.MethodInfo
GetPaneMethod System.Reflection.MethodInfo
OnDidOpenScene void
OnDisable void
OnGUI void
OnHierarchyChange void
OnInspectorUpdate void
OnLostFocus void
OnProjectChange void
OnSelectionChange void
SendModKeysChanged void
SendUpdate void

Méthodes publiques

Méthode Description
BeginOffsetArea ( Rect screenRect, GUIContent content, GUIStyle style ) : void
EndOffsetArea ( ) : void
InvokeOnGUI ( Rect onGUIPosition ) : void
OnDestroy ( ) : void
OnEnable ( ) : void
PopupGenericMenu ( EditorWindow view, Rect pos ) : void

Méthodes protégées

Méthode Description
AddDefaultItemsToMenu ( GenericMenu menu, EditorWindow view ) : void
ClearBackground ( ) : void
DeregisterSelectedPane ( bool clearActualView ) : void
GetBorderSize ( ) : RectOffset
GetPaneTypes ( ) : System.Type[]
Invoke ( string methodName ) : void
Invoke ( string methodName, object obj ) : void
OnFocus ( ) : bool
RegisterSelectedPane ( ) : void
SetPosition ( Rect newPos ) : void
ShowGenericMenu ( ) : void

Private Methods

Méthode Description
GetPaneMethod ( string methodName ) : MethodInfo
GetPaneMethod ( string methodName, object obj ) : MethodInfo
OnDidOpenScene ( ) : void
OnDisable ( ) : void
OnGUI ( ) : void
OnHierarchyChange ( ) : void
OnInspectorUpdate ( ) : void
OnLostFocus ( ) : void
OnProjectChange ( ) : void
OnSelectionChange ( ) : void
SendModKeysChanged ( ) : void
SendUpdate ( ) : void

Method Details

AddDefaultItemsToMenu() protected méthode

protected AddDefaultItemsToMenu ( GenericMenu menu, EditorWindow view ) : void
menu GenericMenu
view EditorWindow
Résultat void

BeginOffsetArea() public static méthode

public static BeginOffsetArea ( Rect screenRect, GUIContent content, GUIStyle style ) : void
screenRect UnityEngine.Rect
content UnityEngine.GUIContent
style UnityEngine.GUIStyle
Résultat void

ClearBackground() protected méthode

protected ClearBackground ( ) : void
Résultat void

DeregisterSelectedPane() protected méthode

protected DeregisterSelectedPane ( bool clearActualView ) : void
clearActualView bool
Résultat void

EndOffsetArea() public static méthode

public static EndOffsetArea ( ) : void
Résultat void

GetBorderSize() protected méthode

protected GetBorderSize ( ) : RectOffset
Résultat UnityEngine.RectOffset

GetPaneTypes() protected méthode

protected GetPaneTypes ( ) : System.Type[]
Résultat System.Type[]

Invoke() protected méthode

protected Invoke ( string methodName ) : void
methodName string
Résultat void

Invoke() protected méthode

protected Invoke ( string methodName, object obj ) : void
methodName string
obj object
Résultat void

InvokeOnGUI() public méthode

public InvokeOnGUI ( Rect onGUIPosition ) : void
onGUIPosition UnityEngine.Rect
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OnEnable() public méthode

public OnEnable ( ) : void
Résultat void

OnFocus() protected méthode

protected OnFocus ( ) : bool
Résultat bool

PopupGenericMenu() public méthode

public PopupGenericMenu ( EditorWindow view, Rect pos ) : void
view EditorWindow
pos UnityEngine.Rect
Résultat void

RegisterSelectedPane() protected méthode

protected RegisterSelectedPane ( ) : void
Résultat void

SetPosition() protected méthode

protected SetPosition ( Rect newPos ) : void
newPos UnityEngine.Rect
Résultat void

ShowGenericMenu() protected méthode

protected ShowGenericMenu ( ) : void
Résultat void