Initialize.this

Undocumented in source.
  1. this()
  2. this(Tuple!(double, "x", double, "y", double, "z") center, double oldDiameter, double newDiameter, ulong speed, uint portalTeleportBoundary, uint warningTime, uint warningBlocks)
    class Initialize
    pure nothrow @safe @nogc
    this
    (
    Tuple!(double, "x", double, "y", double, "z") center
    ,
    double oldDiameter = double.init
    ,
    double newDiameter = double.init
    ,
    ulong speed = ulong.init
    ,
    uint portalTeleportBoundary = uint.init
    ,
    uint warningTime = uint.init
    ,
    uint warningBlocks = uint.init
    )

Meta