Show / Hide Table of Contents

    Class EMSGetExperiencesB

    Fetches all the experiences from the EMS, and lets a UI display them.

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

    Methods

    GetAllExperiences(Action<List<Asset>>)

    Launches a request to fetch all the experiences attached on a given channel. This method is called by the UI GetAllExperiences button.

    Declaration
    public void GetAllExperiences(Action<List<Asset>> onComplete)
    Parameters
    Type Name Description
    System.Action<System.Collections.Generic.List<Asset>> onComplete

    On complete.

    Extension Methods

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