XRTransientInputHitTestSource: cancel() method
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
The cancel()
method of the XRTransientInputHitTestSource
interface unsubscribes a transient input hit test.
Syntax
js
cancel()
Parameters
None.
Return value
None (undefined
).
Examples
Unsubscribe from hit test
The cancel()
method unsubscribes from a transient input hit test source. Since the XRTransientInputHitTestSource
object will no longer be usable, you can clean up and set it to null
.
js
transientHitTestSource.cancel();
transientHitTestSource = null;
Specifications
Specification |
---|
WebXR Hit Test Module # dom-xrtransientinputhittestsource-cancel |
Browser compatibility
BCD tables only load in the browser