Class SystemGroup
- Namespace
- Ghost.Entities
- Assembly
- Ghost.Entities.dll
public abstract class SystemGroup : ISystem
- Inheritance
-
SystemGroup
- Implements
-
- Derived
-
- Inherited Members
-
Properties
World
public World World { get; init; }
Property Value
- World
Methods
AddSystem<T>()
public void AddSystem<T>() where T : ISystem, new()
Type Parameters
T
Cleanup(ref readonly SystemAPI)
public void Cleanup(ref readonly SystemAPI systemAPI)
Parameters
systemAPI SystemAPI
Initialize(ref readonly SystemAPI)
public void Initialize(ref readonly SystemAPI systemAPI)
Parameters
systemAPI SystemAPI
SortSystems()
public void SortSystems()
Update(ref readonly SystemAPI)
public void Update(ref readonly SystemAPI systemAPI)
Parameters
systemAPI SystemAPI