Click or drag to resize

EventTrigger Constructor

Initializes a new instance of the EventTrigger class

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

Parameters

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

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

enqueEvents
Type: SystemBoolean

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

See Also