C# Class ManicDigger.Chunk

Show file Open project: henon/manic_digger Class Usage Examples

Public Properties

Property Type Description
IsPopulated bool
LastChange int
LastUpdate int
data byte[]

Property Details

IsPopulated public property

public bool IsPopulated
return bool

LastChange public property

public int LastChange
return int

LastUpdate public property

public int LastUpdate
return int

data public property

public byte[] data
return byte[]