Class GUIViewProxy
Syntax
public class GUIViewProxy
Properties
guiViewType
Declaration
public static Type guiViewType { get; }
Property Value
isValid
Declaration
public bool isValid { get; }
Property Value
isWindowAndRootViewValid
Declaration
public bool isWindowAndRootViewValid { get; }
Property Value
position
Declaration
public Rect position { get; }
Property Value
Declaration
public static Type tooltipViewType { get; }
Property Value
Methods
IsActualViewAssignableTo(Type)
Declaration
public bool IsActualViewAssignableTo(Type editorWindowType)
Parameters
Type |
Name |
Description |
Type |
editorWindowType |
|
Returns
IsAssignableFrom(Type)
Declaration
public static bool IsAssignableFrom(Type type)
Parameters
Type |
Name |
Description |
Type |
type |
|
Returns
IsDockedToEditor()
Declaration
public bool IsDockedToEditor()
Returns
IsGUIViewAssignableTo(Type)
Declaration
public bool IsGUIViewAssignableTo(Type targetViewType)
Parameters
Type |
Name |
Description |
Type |
targetViewType |
|
Returns
Repaint()
Declaration
Declaration
public void RepaintImmediately()
Events
positionChanged
Declaration
public static event Action<Object> positionChanged
Event Type