Show / Hide Table of Contents

    Interface ILocalPlayer

    Provides interface to access information about the authenticated player running your game on the device.

    Inherited Members
    IPlayer.Id
    IPlayer.Alias
    IPlayer.DisplayName
    IPlayer.LoadImage(EventCallback<TextureData>)
    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

    true if is under age; otherwise, false.

    Back to top Cross Platform Native Plugins 2.0 : Essential Kit from Voxel Busters