Enables the synchronization of properties of entities. All property sync components
require both a sync.sync-system on a-scene
, and a sync.sync
on the entity to be synced.
Example
<a-scene sync-system='app: example sync; author: altspacevr'>
<a-entity sync='ownOn: cursordown' sync-color></a-entity>
</a-scene>