Click or drag to resize
EventTaskTOnEventOccured Method
Called from derived event tasks to indicate that the event for the passed agent occured.

Namespace: Slash.AI.BehaviorTrees.Implementations.Events
Assembly: Slash.AI.BehaviorTrees (in Slash.AI.BehaviorTrees.dll) Version: 1.0.6018.40184
Syntax
protected void OnEventOccured(
	IAgentData agentData,
	T eventSpecificData
)

Parameters

agentData
Type: Slash.AI.BehaviorTrees.InterfacesIAgentData
Data of agent for which the event occured.
eventSpecificData
Type: T
Event-specific data.
See Also