Contents

fixed(steps:)

A fixed maximum number of steps per update is manually configured.

Declaration

static func fixed(steps: Int) -> ClothSimulationComponent.MaximumStepsPerUpdate

Parameters

  • steps:

    The maximum number of time steps to process per update. Clamped to a minimum of 1.

Return Value

A fixed maximum-steps-per-update configuration.