Class BulletEvents
Events dispatched by NavBullets
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class BulletEvents : GroupEvents
Fields
OnDisappear
Dispatched when bullet dies after defined time
Declaration
public UnityEvent OnDisappear
Field Value
Type | Description |
---|---|
UnityEvent |
OnSpawned
Dispatched when bullet dies after defined time
Declaration
public UnityEvent OnSpawned
Field Value
Type | Description |
---|---|
UnityEvent |
OnTimeOutDie
Dispatched when bullet dies after defined time
Declaration
public UnityEvent OnTimeOutDie
Field Value
Type | Description |
---|---|
UnityEvent |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |