NamedSoundEffect.this

Undocumented in source.
  1. this()
  2. this(string name, uint category, Tuple!(int, "x", int, "y", int, "z") position, float volume, float pitch)
    class NamedSoundEffect
    pure nothrow @safe @nogc
    this
    (
    string name
    ,
    uint category = uint.init
    ,
    Tuple!(int, "x", int, "y", int, "z") position = Tuple!(int, "x", int, "y", int, "z").init
    ,
    float volume = float.init
    ,
    float pitch = float.init
    )

Meta