style: IterationCount to IterationPerStep

This commit is contained in:
2024-02-01 12:34:06 +03:00
parent 0257911018
commit ab0e868d52
3 changed files with 8 additions and 8 deletions

View File

@@ -8,7 +8,7 @@ public interface IPhysicsEngine2D
/// <summary>
/// The number of iterations the <see cref="IPhysicsEngine2D"/> performs per step.
/// </summary>
int IterationCount { get; set; }
int IterationPerStep { get; set; }
/// <summary>
/// Advances the physics simulation by the specified time.