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
.
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.
<a-entity n-spawner='res: interactables/basketball'></a-entity>
The identifier for the resource you want. This component
can only accept resources of type interactables
.