Show / Hide Table of Contents

    Class EMSLoginB

    Example script of a use of a login. The script is divided between a process (EMSLoginB) and a UI script (EMSloginUIB). Here are shown two ways of handling a login: Using the AppearitionGate, which is at a higher level, and using the AppearitionRequest, which happens at a lower level but with more control.

    Inheritance
    System.Object
    UnityEngine.Object
    UnityEngine.Component
    UnityEngine.Behaviour
    UnityEngine.MonoBehaviour
    EMSLoginB
    Namespace: Appearition.Example
    Assembly: Assembly-CSharp.dll
    Syntax
    public class EMSLoginB : MonoBehaviour

    Fields

    useAppearitionGate

    Declaration
    public bool useAppearitionGate
    Field Value
    Type Description
    System.Boolean

    Methods

    StartLoginProcess(String, String)

    Declaration
    public void StartLoginProcess(string username, string password)
    Parameters
    Type Name Description
    System.String username
    System.String password

    Extension Methods

    ObjectExtension.ToStream(Object)
    Back to top Appearition SDK for Unity API