Show / Hide Table of Contents

Struct NodeCreationContext

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
public struct NodeCreationContext

Fields

| Improve this Doc View Source

index

Declaration
public int index
Field Value
Type Description
Int32
| Improve this Doc View Source

screenMousePosition

Declaration
public Vector2 screenMousePosition
Field Value
Type Description
Vector2
| Improve this Doc View Source

target

Declaration
public VisualElement target
Field Value
Type Description
VisualElement

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