The base graph node.
Namespace: Esper.FeelSpeak.Graph Inherits from: GraphElement Type: abstract class
Esper.FeelSpeak.Graph
GraphElement
abstract class
public
id
int
The node ID.
position
Vector2
The position in the graph.
inputConnections
List<Connection>
A list of all input connections.
outputConnections
A list of all output connections.
IsImmediateExecutionNode
bool
If this node type executes immediately during dialogue (SoundNode, ActionNode, or BooleanNode).
Node(int, Vector2)
-
Constructor that initializes the node with ID and position.
public abstract
IsComplete()
Checks if the data is required to input in the node.
InvokeEvent()
void
Invokes this node's global event.
Last updated 4 months ago