Mixins provide a way to compose and reuse commonly-used sets of component properties. They are defined using the <a-mixin>
element and are placed in <a-assets>
. Mixins should be set with an id, and when an entity sets that id as its mixin attribute, the entity will absorb all of the mixin’s attributes.