Method GetChanges
GetChanges(EntityManagerDifferOptions, AllocatorHandle)
Generates a detailed change set for the world.
All entities to be considered for diffing must have the Entity
Declaration
public EntityChanges GetChanges(EntityManagerDifferOptions options, AllocatorManager.AllocatorHandle allocator)
Parameters
Type | Name | Description |
---|---|---|
Entity |
options | A set of options which can be toggled. |
Allocator |
allocator | The allocator to use for the results object. |
Returns
Type | Description |
---|---|
Entity |
A set of changes for the world since the last fast-forward. |
Remarks
The resulting Entity