Class RateUtils.VariableRateManager
A IRateManager implementation providing a variable update rate in milliseconds.
Namespace: Unity.Entities
Syntax
public class VariableRateManager : IRateManager
Constructors
| Name | Description |
|---|---|
| VariableRateManager(UInt32, Boolean) | Construct a RateUtils.VariableRateManager with a given Millisecond update rate. |
Properties
| Name | Description |
|---|---|
| Timestep |
Methods
| Name | Description |
|---|---|
| ShouldGroupUpdate(ComponentSystemGroup) | Determines if the group should be updated this invoke. |