Class DiffUtil
Inheritance
System.Object
DiffUtil
Namespace: Unity.Entities
Syntax
public static class DiffUtil
Methods
CreateAllChunksQuery(EntityManager)
Declaration
public static EntityQuery CreateAllChunksQuery(EntityManager manager)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityManager | manager |
Returns
| Type | Description |
|---|---|
| EntityQuery |
GetAllChunks(EntityManager)
Declaration
public static NativeArray<ArchetypeChunk> GetAllChunks(EntityManager manager)
Parameters
| Type | Name | Description |
|---|---|---|
| EntityManager | manager |
Returns
| Type | Description |
|---|---|
| NativeArray<ArchetypeChunk> |