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... | |
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.
string AutoStart.filename = "" |
Tracking configuration file to be loaded automatically on start up.
GameObject AutoStart.visualAid |
Optional GameObject which will get enabled after starting the tracker.
VLWorkerBehaviour AutoStart.workerBehaviour |
Reference to used VLWorkerBehaviour.
If this is not defined, then the first found VLWorkerBehaviour will be used automatically.