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