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