Class AxisCounterMatchCondition
Developers may utilize AxisCounterMatchCondition to set event triggers based on specific conditions related to an AxisCounter changes
Inheritance
object
AxisCounterMatchCondition
Assembly: cs.temp.dll.dll
Syntax
public sealed class AxisCounterMatchCondition : AxisMonoBehaviour
Fields
FreezeCounterAfterMatchng
Wether to freeze AxisCounter when this condition is matched
Declaration
public bool FreezeCounterAfterMatchng
Field Value
OnConditionMatch
Events related to matching this condition
Declaration
public CounterMatchEvent OnConditionMatch
Field Value
Type |
Description |
CounterMatchEvent |
|
OnConditionMismatch
Declaration
public CounterMismatchEvent OnConditionMismatch
Field Value
Type |
Description |
CounterMismatchEvent |
|
Value
Declaration
Field Value
When
Declaration
public CounterChecking When
Field Value
Properties
ConnectedCounter
The AxisCounter this condition will check
Declaration
public AxisCounter ConnectedCounter { get; set; }
Property Value