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