Interface ILocalPlayer
Provides interface to access information about the authenticated player running your game on the device.
Inherited Members
Namespace: VoxelBusters.EssentialKit
Assembly: cs.temp.dll.dll
Syntax
public interface ILocalPlayer : IPlayer
Remarks
\note Your game must authenticate the local user before using any features.
Properties
IsAuthenticated
A bool value that indicates whether a local player is currently signed in to game service. (read-only)
Declaration
bool IsAuthenticated { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsUnderAge
A bool value that indicates whether a local player is underage. (read-only)
Declaration
bool IsUnderAge { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|