style: IterationCount to IterationPerStep
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user