Show / Hide Table of Contents

    Class EMSCreateExperienceB

    Loads, creates and uploads a new experience on the EMS.

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

    Methods

    OnUploadExperienceButtonPressed(String, String, String, String)

    Occurs whenever the Upload Experience button is pressed. Handles the uploading of an experience, including creating the target image.

    Declaration
    public void OnUploadExperienceButtonPressed(string mediaType, string targetName, string targetImagePath, string mediaPath)
    Parameters
    Type Name Description
    System.String mediaType
    System.String targetName
    System.String targetImagePath
    System.String mediaPath

    Extension Methods

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