Click or drag to resize

EventTrigger Constructor

Initializes a new instance of the EventTrigger class

Namespace:  Frontenac.Blueprints.Util.Wrappers.Event
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 10.1.0.0 (10.1)
Syntax
public EventTrigger(
	EventGraph graph,
	bool enqueEvents
)

Parameters

graph
Type: Frontenac.Blueprints.Util.Wrappers.EventEventGraph

[Missing <param name="graph"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventTrigger.#ctor(Frontenac.Blueprints.Util.Wrappers.Event.EventGraph,System.Boolean)"]

enqueEvents
Type: SystemBoolean

[Missing <param name="enqueEvents"/> documentation for "M:Frontenac.Blueprints.Util.Wrappers.Event.EventTrigger.#ctor(Frontenac.Blueprints.Util.Wrappers.Event.EventGraph,System.Boolean)"]

See Also