Method PoisonUnusedDataInAllChunks
PoisonUnusedDataInAllChunks(EntityArchetype, Byte)
Sets all unused chunk data for an archetype to the specified byte value.
Declaration
public readonly 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 |