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