Base class for MonoBehaviour, which need access to the VLWorker and VLWorkerBehaviour objects. More...
Inherits MonoBehaviour.
Inherited by StartTrackingFromString, StartTrackingWithCameraSelectionBehaviour, VLClientData, VLDetectScreenChangeBehaviour, VLHoloLensInitCameraBehaviour, VLHoloLensTrackerBehaviour, VLImageStreamFilter, VLInitCameraBehaviour, VLModelTrackerBehaviour_v1, VLRuntimeParameterBehaviour, VLTrackingAnchor, VLTrackingConfiguration, and VLWorkSpaceManager.
Protected Member Functions | |
bool | InitWorkerReference () |
Initializes the workerBehaviour and Worker member variables. More... | |
Protected Attributes | |
VLWorker | worker |
VLWorkerBehaviour | workerBehaviour |
Reference to used VLWorkerBehaviour. More... | |
Base class for MonoBehaviour, which need access to the VLWorker and VLWorkerBehaviour objects.
|
inlineprotected |
Initializes the workerBehaviour and Worker member variables.
true
, on success; false
otherwise.
|
protected |
Reference to used VLWorkerBehaviour.
If this is not defined, then it will get set automatically.