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