Interface ISystem
Interface implemented by unmanaged component systems.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[RequireImplementors]
public interface ISystemMethods
| Name | Description | 
|---|---|
| OnCreate(ref SystemState) | Called when this system is created. | 
| OnDestroy(ref SystemState) | Called when this system is destroyed. | 
| OnUpdate(ref SystemState) | Implement  |