Class CounterMatchEvent
Base class for events dispatched by counter match condition
Namespace: Axis.Events
Assembly: cs.temp.dll.dll
Syntax
public class CounterMatchEvent : GroupEvents
Fields
OnEveryChangeMatch
Dispatched ON EVERY counter value change matching the condition. Each consecutive change matching condition dispatch this event.
Declaration
public UnityEvent OnEveryChangeMatch
Field Value
Type | Description |
---|---|
UnityEvent |
OnFirstTimeMatch
Dispatched once after a counter value change matched the condition. Consecutive changes still matching don't dispatch this event.
Declaration
public UnityEvent OnFirstTimeMatch
Field Value
Type | Description |
---|---|
UnityEvent |
OnMatchForOneSecond
Dispatched once after a counter value change matched the condition, and 1 second has passed.
Declaration
public UnityEvent OnMatchForOneSecond
Field Value
Type | Description |
---|---|
UnityEvent |
Properties
EventCount
Declaration
public override int EventCount { get; }
Property Value
Type | Description |
---|---|
int |