logo SERENITY
Game Systems Foundation
Search Results for

    Show / Hide Table of Contents

    Class ComboSnapshot

    Immutable snapshot of the current combo state.

    Inheritance
    object
    ComboSnapshot
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Serenity.Combo.Domain.ValueObjects
    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
    Type Description
    int

    IsActive

    True if a combo is currently active.

    Declaration
    public readonly bool IsActive
    Field Value
    Type Description
    bool

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    object.ToString()
    In this article
    © 2026 Serenity. All Rights Reserved