n-spawner

altspace/components. n-spawner

Create an object that spawns additional copies of itself when grabbed by a user (the copies are not spawners themselves). These copies will be physically interactive and automatically synchronized between users.

Example
<a-entity n-spawner='res: interactables/basketball'></a-entity>

Extends

Members

res :string

The identifier for the resource you want. This component can only accept resources of type interactables.