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