aframe-mouse-spawner-component
v1.1.0
Published
Spawning entities using mouse click.
Downloads
3
Readme
aframe-mouse-spawner-component
Spawning entites using double click.
usage
To initiate this, you will need to add spawner component to the a-scene node.
Properties:
- enabled(bool): enable or disable
- distance(int): spawning distance between the object and the cursor.
- template(selector): use existing a-entity id to custom looks.