documentation

VLWorkerReferenceBehaviour Class Reference

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...
 

Detailed Description

Base class for MonoBehaviour, which need access to the VLWorker and VLWorkerBehaviour objects.

Member Function Documentation

◆ InitWorkerReference()

virtual bool VLWorkerReferenceBehaviour.InitWorkerReference ( )
inlineprotectedvirtual

Initializes the workerBehaviour and Worker member variables.

Returns
true, on success; false otherwise.

Reimplemented in VLSynchronousWorkerReferenceBehaviour.

Field Documentation

◆ workerBehaviour

VLWorkerBehaviour VLWorkerReferenceBehaviour.workerBehaviour
protected

Reference to used VLWorkerBehaviour.

If this is not defined, then it will get set automatically.