Constructor VariableRateManager
VariableRateManager(uint, bool)
Construct a Rate
Declaration
public VariableRateManager(uint updateRateInMS = 66, bool pushToWorld = true)
Parameters
Type | Name | Description |
---|---|---|
uint | updateRateInMS | The update rate for the manager in Milliseconds, if the value is less then
Min |
bool | pushToWorld | Should Time |
Remarks
Utilizes an accumulator where when it exceeds the indicated tick count, triggers the update and resets the counter.