ChunkLayerSnap

Stores layer of chunk data. Blocks are stored as array of blocks or uniform.

Constructors

this
this(StorageType _type, LayerDataLenType _dataLength, uint _timestamp, ulong _uniformData, ushort _metadata)
Undocumented in source.
this
this(StorageType _type, LayerDataLenType _dataLength, uint _timestamp, void* _dataPtr, ushort _metadata)
Undocumented in source.
this
this(StorageType _type, uint _timestamp, T[] _array, ushort _metadata)
Undocumented in source.
this
this(ChunkLayerItem l)
Undocumented in source.

Members

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

dataLength
LayerDataLenType dataLength;
Undocumented in source.
metadata
ushort metadata;
Undocumented in source.
numUsers
ushort numUsers;
Undocumented in source.
timestamp
uint timestamp;
Undocumented in source.
type
StorageType type;
Undocumented in source.

Meta