n-spawner

native. 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.

Properties:
Name Type Description
res string

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

Example

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