Class EntitiesJournaling.Preferences
Class that stores journaling preferences used during initialization.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public static class EntitiesJournaling.Preferences
Properties
| Name | Description |
|---|---|
| Enabled | Whether or not entities journaling events are recorded. |
| PostProcess | Apply post-processing to journaling records. Converts GetComponentDataRW records into SetComponentData whenever possible. |
| TotalMemoryMB | Total amount of memory in megabytes allocated for journaling. |