Class ConnectedPlayer
Represents information about a player who is connected to the current player.
Inherited Members
Namespace: Meta.InstantGames.v8
Assembly: Unity.Meta.InstantGames.Sdk.v8.dll
Syntax
public class ConnectedPlayer : JsObject
Constructors
ConnectedPlayer()
Construct an instance of ConnectedPlayer
Declaration
public ConnectedPlayer()
Methods
GetID()
Get the id of the connected player.
Declaration
public string GetID()
Returns
Type | Description |
---|---|
string | The ID of the connected player. |