SolverIterations
class SolverIterations
Defines the iteration counts used by the physics engine when resolving position or velocity constraints.
Constructors
Link copied to clipboard
constructor()
constructor(positionIterations: Int, velocityIterations: Int)
Constructs a SolverIterations instance with another instance.