UpdateStructureBlock.this

Undocumented in source.
  1. this()
  2. this(ulong location, uint action, uint mode, Vector!(byte, "xyz") offset, Vector!(ubyte, "xyz") size, uint mirror, uint rotation, string metadata, float integrity, ulong speed, ubyte flags)
    class UpdateStructureBlock
    pure nothrow @safe @nogc
    this
    (
    ulong location
    ,
    uint action = uint.init
    ,
    uint mode = uint.init
    ,
    Vector!(byte, "xyz") offset = Vector!(byte, "xyz").init
    ,
    Vector!(ubyte, "xyz") size = Vector!(ubyte, "xyz").init
    ,
    uint mirror = uint.init
    ,
    uint rotation = uint.init
    ,
    string metadata = string.init
    ,
    float integrity = float.init
    ,
    ulong speed = ulong.init
    ,
    ubyte flags = ubyte.init
    )

Meta