Base class for MonoBehaviour, which need access to the VLWorker and VLWorkerBehaviour objects. More...
Inherits MonoBehaviour.
Inherited by StartTrackingFromString, StartTrackingWithCameraSelectionBehaviour, VLClientData, VLDetectScreenChangeBehaviour, VLHoloLensGlobalCoordinateSystem, VLHoloLensInitCameraBehaviour, VLHoloLensTrackerBehaviour, VLImageRecorder, VLImageStreamFilter, VLInitCameraBehaviour, VLModelTrackerBehaviour_v1, VLPlaneConstrainedMode, VLRuntimeParameterBehaviour, VLSynchronousWorkerReferenceBehaviour, VLTrackingAnchor, VLTrackingConfiguration, VLUEyeCameraParameters, VLUEyePluginLoader, and VLWorkSpaceManager.
Protected Member Functions | |
virtual 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.
|
inlineprotectedvirtual |
Initializes the workerBehaviour and Worker member variables.
true
, on success; false
otherwise. Reimplemented in VLSynchronousWorkerReferenceBehaviour.
|
protected |
Reference to used VLWorkerBehaviour.
If this is not defined, then it will get set automatically.