NamedSoundEffect.this

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

Meta