Class CounterEvents
Base class for events dispatched by counters
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class CounterEvents : GroupEvents
Fields
OnCounterChange
Dispatched whenever a counter has changed
Declaration
public UnityEvent OnCounterChange
Field Value
Type | Description |
---|---|
UnityEvent |
OnCounterDown
Dispatched whenever a counter goes down
Declaration
public UnityEvent OnCounterDown
Field Value
Type | Description |
---|---|
UnityEvent |
OnCounterUp
Dispatched whenever a counter goes up
Declaration
public UnityEvent OnCounterUp
Field Value
Type | Description |
---|---|
UnityEvent |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |