Interface IRateManager
Interface to define custom behaviors for controlling when a Component
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public interface IRateManager
Properties
Name | Description |
---|---|
Timestep | The timestep since the previous group update (in seconds). |
Methods
Name | Description |
---|---|
Should |
Determines whether a system group should proceed with its update. |