Node
π΅ Node Class
The base graph node.
Namespace:
Esper.SkillWeb.Graph
Inherits from:GraphElement
Type:class
π¦ Fields
Access
Field
Type
Description
public
id
int
The node ID.
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