Interface ISystemStartStop
Optional interface for start/stop notifications on systems.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[RequireImplementors]
public interface ISystemStartStop
Methods
Name | Description |
---|---|
On |
Called before the first call to OnUpdate and when a system resumes updating after being stopped or disabled. |
On |
Called when this system stops running because no entities match the system's Entity |