Class NavObjectColliderEvents
Events related to NavObjects interacting with other NavObjects and Bullets
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class NavObjectColliderEvents : GroupEvents
Fields
OnEnterOverlapObject
Declaration
public UnityEvent<NavObject> OnEnterOverlapObject
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnExitOverlapObject
Dispatched once NavObject exited Zone tiles, by floor or air. Passing NavObject as parameter.
Declaration
public UnityEvent<NavObject> OnExitOverlapObject
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnHitBullet
Dispatched once NavObject entered Zone tiles, by floor or air. Passing NavObject as parameter.
Declaration
public UnityEvent<NavBullet, Vector3> OnHitBullet
Field Value
Type | Description |
---|---|
UnityEvent<, ><NavBullet, Vector3> |
OnHitObject
Dispatched once NavObject landed on Zone tiles. Passing NavObject as parameter.
Declaration
public UnityEvent<NavObject, Vector3> OnHitObject
Field Value
Type | Description |
---|---|
UnityEvent<, ><NavObject, Vector3> |
Properties
EventCount
Dispatched once NavObject exited Zone tiles, by floor or air. Passing NavObject as parameter.
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |