Class FixedRateUtils.FixedRateCatchUpManager
Inheritance
FixedRateUtils.FixedRateCatchUpManager
Syntax
public class FixedRateCatchUpManager : IFixedRateManager
Constructors
FixedRateCatchUpManager(Single)
Declaration
public FixedRateCatchUpManager(float fixedDeltaTime)
Parameters
Type |
Name |
Description |
Single |
fixedDeltaTime |
|
Properties
MaximumDeltaTime
Declaration
public float MaximumDeltaTime { get; set; }
Property Value
Timestep
Declaration
public float Timestep { get; set; }
Property Value
Implements
Methods
ShouldGroupUpdate(ComponentSystemGroup)
Declaration
public bool ShouldGroupUpdate(ComponentSystemGroup group)
Parameters
Returns
Implements