Click or drag to resize

EventTriggerAddEvent Method

Add an event to the event queue. If the enqueEvents is false, then the queue fires and resets after each event

Namespace:  VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
public void AddEvent(
	IEvent evt
)

Parameters

evt
Type: VelocityGraph.Frontenac.Blueprints.Util.Wrappers.Event.ListenerIEvent
The event to add to the event queue
See Also