Overrides the interactor's ComputeCandidate() method with a new method.
This method itself is an override Interactor<TInteractor, TInteractable>
.SetComputeCandidateOverride(Func<TInteractable>,
bool), encapsulating the base behavior.
ParameterscomputeCandidateThe method used instead of the interactable's existing ComputeCandidate() method.
shouldClearOverrideOnSelectIf true, clear the computeCandidate function once you select an interactable.