Visible

Note: This documentation is for the old 0.1.0 version of A-Frame. Check out the documentation for the current 1.5.0 version

The visible component defines whether or not an entity is rendered.

<a-entity visible="false"></a-entity>
Value Description
true The entity will be rendered and visible. The default value.
false The entity will not be rendered, will not be visible, and will not be picked up by raycasters; however, the entity will still exist in the scene (similar to display: none).