Type Alias LayeredKey

Source
pub type LayeredKey = LayeredKey<Ref, LAYERED_LAYER_COUNT>;
Expand description

Type aliases for convenience.

Aliased Type§

pub struct LayeredKey {
    pub base: Ref,
    pub layered: [Option<Ref>; 8],
}

Fields§

§base: Ref

The base key, used when no layers are active.

§layered: [Option<Ref>; 8]

The layered keys, used when the corresponding layer is active.