Interface ISystem
Interface implemented by unmanaged component systems.
Namespace: Unity.Entities
Syntax
public interface ISystem
Methods
| Name | Description |
|---|---|
| OnCreate(ref SystemState) | |
| OnDestroy(ref SystemState) | |
| OnUpdate(ref SystemState) |
Interface implemented by unmanaged component systems.
public interface ISystem
| Name | Description |
|---|---|
| OnCreate(ref SystemState) | |
| OnDestroy(ref SystemState) | |
| OnUpdate(ref SystemState) |