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