Class CasinoGameTable
Read-only managed view of a native multiplayer casino table.
public abstract class CasinoGameTable
- Inheritance
-
CasinoGameTable
- Derived
- Inherited Members
- Extension Methods
Properties
BetLimits
Gets the native minimum and maximum bet.
public CasinoBetLimits BetLimits { get; }
Property Value
IsOpen
Gets whether this table's interface is open for the local player.
public bool IsOpen { get; }
Property Value
IsWaitingForPlayers
Gets whether the table is currently accepting ready players.
public bool IsWaitingForPlayers { get; }
Property Value
LocalBet
Gets the local player's currently selected bet.
public float LocalBet { get; }
Property Value
Name
Gets the scene object name.
public string Name { get; }
Property Value
Players
Gets an immutable snapshot of players currently seated at the table.
public IReadOnlyList<CasinoPlayerSnapshot> Players { get; }
Property Value
Position
Gets the current world position.
public Vector3 Position { get; }
Property Value
- Vector3