SoundId

Type Alias SoundId 

Source
pub type SoundId = IdOr<SoundDirect>;

Aliased Type§

pub enum SoundId {
    Id(RegistryId),
    Inline(SoundDirect),
}

Variants§