Class PersistentChunkGrid
Inheritance
System.Object
PersistentChunkGrid
Assembly: Eco.World.dll
Syntax
public class PersistentChunkGrid : WorldChunkGrid, INetObject, INetObjectPriority
Constructors
PersistentChunkGrid()
Declaration
public PersistentChunkGrid()
Methods
Clear(Guid)
Declaration
public override void Clear(Guid newGuid)
Parameters
Type |
Name |
Description |
System.Guid |
newGuid |
|
CreateChunk(Vector3i)
Declaration
public override PersistentChunk CreateChunk(Vector3i chunkPos)
Parameters
Returns
GetDirtyState(out Int32, out Int32)
Declaration
public void GetDirtyState(out int numDirty, out int total)
Parameters
Type |
Name |
Description |
System.Int32 |
numDirty |
|
System.Int32 |
total |
|
Initialize()
Declaration
MarkAllDirty()
Declaration
public void MarkAllDirty()
RemoveChunk(PersistentChunk)
Declaration
public override void RemoveChunk(PersistentChunk chunk)
Parameters
Implements