Interface IFixedRateManager
Obsolete. Use IRateManager instead.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
[Obsolete("This interface has been renamed to IRateManager (RemovedAFter Entities 1.0)", true)]
public interface IFixedRateManager
  Properties
| Name | Description | 
|---|---|
| Timestep | Obsolete. Use Timestep instead.  | 
      
Methods
| Name | Description | 
|---|---|
| ShouldGroupUpdate(ComponentSystemGroup) | Obsolete. Use ShouldGroupUpdate(ComponentSystemGroup) instead.  |