Class ComboSnapshot
Immutable snapshot of the current combo state.
Inheritance
ComboSnapshot
Assembly: Serenity.Combo.Domain.dll
Syntax
public class ComboSnapshot
Constructors
ComboSnapshot(int, bool)
Declaration
public ComboSnapshot(int currentCombo, bool isActive)
Parameters
| Type |
Name |
Description |
| int |
currentCombo |
|
| bool |
isActive |
|
Fields
CurrentCombo
Current combo count (consecutive kills).
Declaration
public readonly int CurrentCombo
Field Value
IsActive
True if a combo is currently active.
Declaration
public readonly bool IsActive
Field Value
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides