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)
constructor(other: SolverIterations)

Constructs a SolverIterations instance with another instance.

Properties

Link copied to clipboard

The iteration count for resolving position constraints.

Link copied to clipboard

The iteration count for resolving velocity constraints.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String