Initialize.this

Undocumented in source.
  1. this()
  2. this(Vector!(double, "xyz") center, double oldDiameter, double newDiameter, ulong speed, uint portalTeleportBoundary, uint warningTime, uint warningBlocks)
    class Initialize
    pure nothrow @safe @nogc
    this
    (
    Vector!(double, "xyz") 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