Class EntitiesJournaling
Entities journaling provides detailed information about past ECS events.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[BurstCompile]
public static class EntitiesJournaling
Properties
Name | Description |
---|---|
Allocated |
Current allocated bytes. |
Enabled | Whether or not entities journaling events are recorded. |
Record |
The number of records in the buffer. |
Record |
The last record index that was added to the buffer. |
Used |
Current used bytes. |
Methods
Name | Description |
---|---|
Clear() | Clear all the records. |
Export |
Export journaling data as CSV. |
Get |
Retrieve records currently in buffer. |
Try |
Try to retrieve record data as component data array boxed. |
Try |
Try to retrieve record data as a Entities |
Try |
Try to retrieve records currently in buffer. |
With |
Get all records matching a component type name. |
With |
Get all records matching a component type. |
With |
Get all records matching a component type index. |
With |
Get all records matching an entity index. |
With |
Get all records matching an entity index and version. |
With |
Get all records matching an existing entity name. |
With |
Get all records matching an entity. |
With |
Get all records matching an executing system type name. |
With |
Get all records matching an executing system handle untyped. |
With |
Get all records matching a frame index. |
With |
Get all records matching an origin system type name. |
With |
Get all records matching an origin system handle untyped. |
With |
Get the records matching a record index. |
With |
Get all records matching a record type. |
With |
Get all records matching a system type name. |
With |
Get all records matching a system handle untyped. |
With |
Get all records matching a world name. |
With |
Get all records matching a world sequence number. |
With |
Get all records matching an existing world. |
Events
Name | Description |
---|---|
s_Journaling |