Method CalculateEntityCount
CalculateEntityCount<T>(T, ComponentSystemBase)
Declaration
public static int CalculateEntityCount<T>(this T jobData, ComponentSystemBase system)
where T : struct, JobForEachExtensions.IBaseJobForEach
Parameters
| Type | Name | Description |
|---|---|---|
| T | jobData | |
| ComponentSystemBase | system |
Returns
| Type | Description |
|---|---|
| Int32 |
Type Parameters
| Name | Description |
|---|---|
| T |