Class ObjActionTargetEvents
Events related to Actions targeted to other NavObjects
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class ObjActionTargetEvents : GroupEvents
Fields
OnActionExecuteEachTarget
Dispatched once for each target action execution. Passing target NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnActionExecuteEachTarget
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnActionTargetAcquired
Dispatched once for each target acquired available for action execution. Passing target NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnActionTargetAcquired
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |