Class NodeEvent
Syntax
Constructors
NodeEvent(NodeEvent.EventType)
Declaration
public NodeEvent(NodeEvent.EventType type)
Parameters
NodeEvent(NodeEvent.EventType, String)
Declaration
public NodeEvent(NodeEvent.EventType type, string message)
Parameters
NodeEvent(NodeEvent.EventType, NodeGUI)
Declaration
public NodeEvent(NodeEvent.EventType type, NodeGUI node)
Parameters
NodeEvent(NodeEvent.EventType, NodeGUI, Vector2, ConnectionPointData)
Declaration
public NodeEvent(NodeEvent.EventType type, NodeGUI node, Vector2 localMousePos, ConnectionPointData point)
Parameters
Fields
eventSourceNode
Declaration
public readonly NodeGUI eventSourceNode
Field Value
eventType
Declaration
public readonly NodeEvent.EventType eventType
Field Value
globalMousePosition
Declaration
public readonly Vector2 globalMousePosition
Field Value
message
Declaration
public readonly string message
Field Value
point
Declaration
public readonly ConnectionPointData point
Field Value
position
Declaration
public readonly Vector2 position
Field Value