This interface enables custom sorting logic for determining which interactor should take precedence when multiple interactors are competing for interaction with the same target.
This interface is crucial for:
Implementing distance-based priority systems for interactors
Creating custom sorting logic for interaction candidates
Managing complex multi-interactor scenarios
For implementation examples, see Oculus
.Interaction.CandidatePositionComparer.