Property | Type | Description | |
---|---|---|---|
GetPaneMethod | |||
GetPaneMethod | |||
OnDidOpenScene | void | ||
OnDisable | void | ||
OnGUI | void | ||
OnHierarchyChange | void | ||
OnInspectorUpdate | void | ||
OnLostFocus | void | ||
OnProjectChange | void | ||
OnSelectionChange | void | ||
SendModKeysChanged | void | ||
SendUpdate | void |
Method | Description | |
---|---|---|
BeginOffsetArea ( |
||
EndOffsetArea ( ) : void | ||
InvokeOnGUI ( |
||
OnDestroy ( ) : void | ||
OnEnable ( ) : void | ||
PopupGenericMenu ( EditorWindow view, |
Method | Description | |
---|---|---|
AddDefaultItemsToMenu ( |
||
ClearBackground ( ) : void | ||
DeregisterSelectedPane ( bool clearActualView ) : void | ||
GetBorderSize ( ) : |
||
GetPaneTypes ( ) : System.Type[] | ||
Invoke ( string methodName ) : void | ||
Invoke ( string methodName, object obj ) : void | ||
OnFocus ( ) : bool | ||
RegisterSelectedPane ( ) : void | ||
SetPosition ( |
||
ShowGenericMenu ( ) : void |
Method | Description | |
---|---|---|
GetPaneMethod ( string methodName ) : |
||
GetPaneMethod ( string methodName, object obj ) : |
||
OnDidOpenScene ( ) : void | ||
OnDisable ( ) : void | ||
OnGUI ( ) : void | ||
OnHierarchyChange ( ) : void | ||
OnInspectorUpdate ( ) : void | ||
OnLostFocus ( ) : void | ||
OnProjectChange ( ) : void | ||
OnSelectionChange ( ) : void | ||
SendModKeysChanged ( ) : void | ||
SendUpdate ( ) : void |
protected AddDefaultItemsToMenu ( |
||
menu | ||
view | EditorWindow | |
return | void |
public static BeginOffsetArea ( |
||
screenRect | ||
content | ||
style | ||
return | void |
protected DeregisterSelectedPane ( bool clearActualView ) : void | ||
clearActualView | bool | |
return | void |
protected GetBorderSize ( ) : |
||
return |
protected Invoke ( string methodName ) : void | ||
methodName | string | |
return | void |
protected Invoke ( string methodName, object obj ) : void | ||
methodName | string | |
obj | object | |
return | void |
public InvokeOnGUI ( |
||
onGUIPosition | ||
return | void |
public PopupGenericMenu ( EditorWindow view, |
||
view | EditorWindow | |
pos | ||
return | void |
protected SetPosition ( |
||
newPos | ||
return | void |