Class SlotSpinSnapshot
Immutable state for a slot spin as observed by the current peer.
public sealed class SlotSpinSnapshot
- Inheritance
-
SlotSpinSnapshot
- Inherited Members
- Extension Methods
Properties
Bet
Gets the bet used for this spin.
public int Bet { get; }
Property Value
Outcome
Gets the outcome after completion, or null while spinning.
public SlotOutcome? Outcome { get; }
Property Value
Symbols
Gets the immutable ordered reel symbols.
public IReadOnlyList<SlotSymbol> Symbols { get; }
Property Value
WasStartedByLocalPlayer
Gets whether the native spinner connection belongs to this client.
public bool WasStartedByLocalPlayer { get; }
Property Value
WinAmount
Gets the win amount after completion, or null while spinning.
public int? WinAmount { get; }
Property Value
- int?