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