The base graph node.
Namespace: Esper.SkillWeb.Graph Inherits from: GraphElement Type: class
Esper.SkillWeb.Graph
GraphElement
class
public
id
int
The node ID.
guid
A guid generated when this node was initially created.
position
Vector2
The position in the graph.
connections
List<Connection>
A list of all connections.
Node(int, Vector2, List<Connection>)
-
Constructor.
Last updated 4 months ago