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

Detailed Description

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

Member Function Documentation

◆ InitWorkerReference()

bool VLWorkerReferenceBehaviour.InitWorkerReference ( )
inlineprotected

Initializes the workerBehaviour and Worker member variables.

Returns
true, on success; false otherwise.

Field Documentation

◆ workerBehaviour

VLWorkerBehaviour VLWorkerReferenceBehaviour.workerBehaviour
protected

Reference to used VLWorkerBehaviour.

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