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
    object
    ApplicationRuntimeManager
    Namespace: Others
    Assembly: .dll
    Syntax
    public class ApplicationRuntimeManager : MonoBehaviour

    Methods

    | Edit this page View Source

    QuitApplication()

    Quits the whole Application

    When in Editor, just stops the preview

    Declaration
    public void QuitApplication()
    | Edit this page View Source

    StartTraining(int)

    Starts a Training with the provided ID

    Declaration
    public void StartTraining(int trainingID)
    Parameters
    Type Name Description
    int trainingID
    • Edit this page
    • View Source
    In this article
    Back to top TrainAR Documentation