altspace-cursor-collider

altspace/components. altspace-cursor-collider

Enable or disable cursor collision on the object.

Example
<a-box altspace-cursor-collider='enabled: false'></a-box>

Extends

Members

enabled :boolean

The state of the cursor collider. If true, the object can be clicked, and things behind this object cannot be clicked.

Default Value:
  • true