documentation

AutoStart Class Reference

This behaviour automatically loads a tracking configuration on start up. More...

Inherits MonoBehaviour.

Data Fields

VLWorkerBehaviour workerBehaviour
 Reference to used VLWorkerBehaviour. More...
 
GameObject visualAid
 Optional GameObject which will get enabled after starting the tracker. More...
 
string filename = ""
 Tracking configuration file to be loaded automatically on start up. More...
 

Detailed Description

This behaviour automatically loads a tracking configuration on start up.

This is just an example to show how this could be implemented. Please feel free to write your own start script.

Field Documentation

◆ filename

string AutoStart.filename = ""

Tracking configuration file to be loaded automatically on start up.

◆ visualAid

GameObject AutoStart.visualAid

Optional GameObject which will get enabled after starting the tracker.

◆ workerBehaviour

VLWorkerBehaviour AutoStart.workerBehaviour

Reference to used VLWorkerBehaviour.

If this is not defined, then the first found VLWorkerBehaviour will be used automatically.