Macro aframe::mixin[][src]

macro_rules! mixin {
    ($id : expr, $(($cmp_id : literal, $cmp_value : expr)), *) => { ... };
}
Expand description

Constructs an AssetItem::Mixin foir use in an Assets struct. See the assets! macro for an example/