Class ZoneEvents
Events related to objects interacting with NavZone
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class ZoneEvents : GroupEvents
Fields
OnZoneEnter
Dispatched collider has entered Zone tiles, by land or air
Declaration
public UnityEvent<NavZone> OnZoneEnter
Field Value
Type | Description |
---|---|
UnityEvent<><NavZone> |
OnZoneExit
Dispatched collider has exit Zone tiles, by land or air
Declaration
public UnityEvent<NavZone> OnZoneExit
Field Value
Type | Description |
---|---|
UnityEvent<><NavZone> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |