ChunkData.this

Undocumented in source.
  1. this()
  2. this(Vector!(int, "xz") position, bool full, uint sections, ubyte[] data, uint tilesCount, ubyte[] tiles)
    class ChunkData
    pure nothrow @safe @nogc
    this
    (
    Vector!(int, "xz") position
    ,
    bool full = bool.init
    ,
    uint sections = uint.init
    ,
    ubyte[] data = (ubyte[]).init
    ,
    uint tilesCount = uint.init
    ,
    ubyte[] tiles = (ubyte[]).init
    )

Meta