Search Results for

    Show / Hide Table of Contents

    Class ApplicationRuntimeManager

    The ApplicationRuntimeManager handles the TrainAR menu lifecycle. It start and quits Trainings and Application.

    Inheritance
    System.Object
    ApplicationRuntimeManager
    Namespace: Others
    Assembly: Assembly-CSharp.dll
    Syntax
    public class ApplicationRuntimeManager : MonoBehaviour

    Methods

    | Improve this Doc View Source

    QuitApplication()

    Quits the whole Application

    When in Editor, just stops the preview

    Declaration
    public void QuitApplication()
    | Improve this Doc View Source

    StartTraining(Int32)

    Starts a Training with the provided ID

    Declaration
    public void StartTraining(int trainingID)
    Parameters
    Type Name Description
    System.Int32 trainingID
    • Improve this Doc
    • View Source
    In This Article
    Back to top TrainAR Documentation