API reference
API reference
Select your platform
No SDKs available
No versions available

RayCandidateProperties Class

Data type encapsulating information about the candidate selection process.
This can be passed to candidate comparison mechanisms such as ICandidateComparer or be used for visualizations. It also has potential applications for debugging.

Properties

The RayInteractable candidate associated with these properties.
The name ClosestInteractable refers to the fact that this interactable is the closest to the interactor out of all the interactables considered.
Implementation of ICandidatePosition.CandidatePosition; for details, please refer to the related documentation provided for that interface.

Member Functions

Constructor.
Parameters
closestInteractable
The RayInteractable characterized as a candidate in this type
candidatePosition
The position from which closestInteractable 's candidacy should be considered
Did you find this page helpful?