Method PoisonUnusedDataInAllChunks
PoisonUnusedDataInAllChunks(EntityArchetype, byte)
Sets all unused chunk data for an archetype to the specified byte value.
Declaration
public void PoisonUnusedDataInAllChunks(EntityArchetype archetype, byte value)
Parameters
| Type | Name | Description | 
|---|---|---|
| EntityArchetype | archetype | The archetype to modify  | 
    
| byte | value | The value to set for any unused chunk data  |