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) |