Class EmptySystem
Syntax
public class EmptySystem : JobComponentSystem
Methods
GetEntityQuery(ComponentType[])
Declaration
public EntityQuery GetEntityQuery(params ComponentType[] componentTypes)
Parameters
Type |
Name |
Description |
ComponentType[] |
componentTypes |
|
Returns
Type |
Description |
EntityQuery |
|
GetEntityQuery(EntityQueryDesc[])
Declaration
public EntityQuery GetEntityQuery(params EntityQueryDesc[] queriesDesc)
Parameters
Type |
Name |
Description |
EntityQueryDesc[] |
queriesDesc |
|
Returns
Type |
Description |
EntityQuery |
|
GetEntityQuery(NativeArray<ComponentType>)
Declaration
public EntityQuery GetEntityQuery(NativeArray<ComponentType> componentTypes)
Parameters
Type |
Name |
Description |
NativeArray<ComponentType> |
componentTypes |
|
Returns
Type |
Description |
EntityQuery |
|
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle dep)
Parameters
Type |
Name |
Description |
JobHandle |
dep |
|
Returns
Type |
Description |
JobHandle |
|