Show / Hide Table of Contents

Struct SearchWindowContext

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Experimental.UIElements.GraphView
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
Type Name Description
Vector2 screenMousePosition
Single requestedWidth
Single requestedHeight

Properties

| Improve this Doc View Source

requestedHeight

Declaration
public float requestedHeight { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

requestedWidth

Declaration
public float requestedWidth { get; }
Property Value
Type Description
Single
| Improve this Doc View Source

screenMousePosition

Declaration
public Vector2 screenMousePosition { get; }
Property Value
Type Description
Vector2

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX