Class EmptySystem
Inherited Members
Unity.Entities.JobComponentSystem.OnUpdate(Unity.Jobs.JobHandle)
Unity.Entities.ComponentSystemBase.GetEntityQuery(Unity.Collections.NativeArray<Unity.Entities.ComponentType>)
Unity.Entities.ComponentSystemBase.ExecutingSystemType
Syntax
public class EmptySystem : JobComponentSystem
Methods
GetEntityQuery(NativeArray<ComponentType>)
Declaration
public EntityQuery GetEntityQuery(NativeArray<ComponentType> componentTypes)
Parameters
Returns
GetEntityQuery(ComponentType[])
Declaration
public EntityQuery GetEntityQuery(params ComponentType[] componentTypes)
Parameters
Returns
GetEntityQuery(EntityQueryDesc[])
Declaration
public EntityQuery GetEntityQuery(params EntityQueryDesc[] queriesDesc)
Parameters
Returns
OnUpdate(JobHandle)
Declaration
protected override JobHandle OnUpdate(JobHandle dep)
Parameters
Type |
Name |
Description |
JobHandle |
dep |
|
Returns
Type |
Description |
JobHandle |
|