Graph Events

Graph events are local events which can be called using the CallGraphEvent method on the LogicGraph data object or the LogicController component. Use the GraphEventListener node to listen to these events.

  1. Create new graph event in the Graph Events tab

  1. Create GraphEventListener node and select the event.

  1. Call event by code.

public LogicGraph graph;

graph.CallGraphEvent("MyEvent");

Last updated