Class ComponentSystemGroup
Inherited Members
Namespace: Unity.Entities
Syntax
public abstract class ComponentSystemGroup : ComponentSystem
Properties
| Name | Description |
|---|---|
| Created | |
| EnableSystemSorting | |
| RateManager | |
| Systems |
Methods
| Name | Description |
|---|---|
| AddSystemToUpdateList(ComponentSystemBase) | |
| AddUnmanagedSystemToUpdateList(SystemHandleUntyped) | |
| OnCreate() | |
| OnDestroy() | |
| OnStopRunning() | |
| OnUpdate() | |
| RemoveSystemFromUpdateList(ComponentSystemBase) | |
| SortSystems() | Update the component system's sort order. |
| UpdateSystem(ref WorldUnmanaged, SystemHandleUntyped) |