Example
<a-scene sync-system='app: myapp; author: name'>
<a-box move-it-around sync sync-transform></a-box>
</a-scene>
Synchronize the position, rotation, and scale of this object with all clients.
Requires both a sync-system component on the a-scene
, and a
sync component on the target entity.
<a-scene sync-system='app: myapp; author: name'>
<a-box move-it-around sync sync-transform></a-box>
</a-scene>