Explosion.this

Undocumented in source.
  1. this()
  2. this(Tuple!(float, "x", float, "y", float, "z") position, float radius, Tuple!(byte, "x", byte, "y", byte, "z")[] records, Tuple!(float, "x", float, "y", float, "z") motion)
    class Explosion
    pure nothrow @safe @nogc
    this
    (
    Tuple!(float, "x", float, "y", float, "z") position
    ,
    float radius = float.init
    ,
    Tuple!(byte, "x", byte, "y", byte, "z")[] records = (Tuple!(byte, "x", byte, "y", byte, "z")[]).init
    ,
    Tuple!(float, "x", float, "y", float, "z") motion = Tuple!(float, "x", float, "y", float, "z").init
    )

Meta