Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


NodeCreationContext

This struct represents the context when the user initiates creating a graph node.
Read time 1 minuteLast updated 10 days ago

Definition

public struct NodeCreationContext

Fields

Value

Description

indexThe index where the created node will be inserted.
screenMousePositionPosition of the click that initiated the request to create a node, in the coordinate space of the screen.
targetThe VisualElement where the created node will be added.