Class RateUtils.VariableRateManager
A IRateManager implementation providing a variable update rate in milliseconds.
Implements
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
public class RateUtils.VariableRateManager : IRateManager
Constructors
Name | Description |
---|---|
VariableRateManager(uint, bool) | Construct a RateUtils.VariableRateManager with a given Millisecond update rate. |
Properties
Name | Description |
---|---|
Timestep | The timestep since the previous group update (in seconds). |
Methods
Name | Description |
---|---|
ShouldGroupUpdate(ComponentSystemGroup) | Determines if the group should be updated this invoke. |