Class NavObjectEvents
Events related to NavObjects interacting with Zones
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class NavObjectEvents : GroupEvents
Fields
OnObjectEnter
Dispatched once NavObject entered Zone tiles, by floor or air. Passing NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnObjectEnter
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnObjectExit
Dispatched once NavObject exited Zone tiles, by floor or air. Passing NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnObjectExit
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnObjectLand
Dispatched once NavObject landed on Zone tiles. Passing NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnObjectLand
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |