canselect - eisclimber/ExPresS-XR GitHub Wiki
Method in ObjectCheckSocketInteractor
Determines if a XRGrabInteractable can be selected, i.e. is considered a valid target.
Can be overwritten, but base.CanSelect(interactable) should be called to ensure correct behavior.
public override bool CanSelect(IXRSelectInteractable interactable);| Name | Description |
|---|---|
UnityEngine.XR.Interaction.Toolkit.Interactables.IXRSelectInteractable interactable |
Interactable selecting |
If the interactable can select.