Struct SearchWindowContext
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct SearchWindowContext
Constructors
|
Improve this Doc
View Source
SearchWindowContext(Vector2, Single, Single)
Declaration
public SearchWindowContext(Vector2 screenMousePosition, float requestedWidth = 0F, float requestedHeight = 0F)
Parameters
Properties
|
Improve this Doc
View Source
requestedHeight
Declaration
public float requestedHeight { get; }
Property Value
|
Improve this Doc
View Source
requestedWidth
Declaration
public float requestedWidth { get; }
Property Value
|
Improve this Doc
View Source
screenMousePosition
Declaration
public Vector2 screenMousePosition { get; }
Property Value
Extension Methods