@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="XRTransientInputHitTestSource")
public class XRTransientInputHitTestSource
extends JsObject
The XRTransientInputHitTestSource interface of the WebXR Device API handles transient input hit test subscriptions. You can get an XRTransientInputHitTestSource object by calling the XRSession.requestHitTestSourceForTransientInput().
- See Also:
- XRTransientInputHitTestSource - MDN,
# transient-input-hit-test-source-interface