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 SourceQuitApplication()
Quits the whole Application
When in Editor, just stops the preview
Declaration
public void QuitApplication()
StartTraining(int)
Starts a Training with the provided ID
Declaration
public void StartTraining(int trainingID)
Parameters
| Type | Name | Description |
|---|---|---|
| int | trainingID |