Skip to content

processinteractable

eisclimber edited this page Apr 4, 2026 · 1 revision

BaseButton.ProcessInteractable(XRInteractionUpdateOrder.UpdatePhase)

Method in BaseButton

Summary

Processes the interactor to detect button interactions. Can be overwritten further, but requires a base.ProcessInteractable(updatePhase); call at the beginning.

public override void ProcessInteractable(XRInteractionUpdateOrder.UpdatePhase updatePhase)

Parameters

Name Description
UnityEngine.XR.Interaction.Toolkit.XRInteractionUpdateOrder.UpdatePhase updatePhase How/When the Interactor is updated

ExPresS XR Wiki

Tutorial Pages

Code Documentation

Clone this wiki locally