SearchWindowContext
This structure includes parameters for configuring the search window.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Experimental.GraphView
- Assembly: UnityEditor
public struct SearchWindowContext
Properties
Property | Description |
|---|---|
| requestedHeight | Requested height of the window. Set to 0.0f to use the default height. |
| requestedWidth | Requested width of the window. Set to 0.0f to use the default width. |
| screenMousePosition | The initial mouse event position that triggered opening the window, in the coordinate space of the screen. |