Node
🔵 Node Class
The base graph node.
Namespace:
Esper.SkillWeb.GraphInherits from:GraphElementType:class
📦 Fields
Access
Field
Type
Description
public
id
int
The node ID.
public
guid
int
A guid generated when this node was initially created.
public
position
Vector2
The position in the graph.
public
connections
List<Connection>
A list of all connections.
🧰 Methods
Access
Method
Returns
Description
public
Node(int, Vector2, List<Connection>)
-
Constructor.
Last updated