Class BulletHitEvents
Events dispatched by NavBullets
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class BulletHitEvents : GroupEvents
Fields
OnFirstHit
Dispatched when bullet hits its first hit
Declaration
public UnityEvent<NavObject> OnFirstHit
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnHitObject
Dispatched when bullet hits any valid collider
Declaration
public UnityEvent<NavObject> OnHitObject
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
OnLastHit
Dispatched when bullet hits its last hit
Declaration
public UnityEvent<NavObject> OnLastHit
Field Value
Type | Description |
---|---|
UnityEvent<><NavObject> |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |