Version: 5.5

Time.maximumParticleDeltaTime

マニュアルに切り替える
public static float maximumParticleDeltaTime ;

説明

The maximum time a frame can spend on particle updates. If the frame takes longer than this, then updates are split into multiple smaller updates.

Use this function to balance the accuracy of particle simulation against your performance target.

Using a small value will give high quality particle simulations, but will incur a higher performance cost. Particle updates will run multiple times at smaller time increments, if the frame time exceeds the threshold provided.

Conversely, a higher value will ensure that particle simulations are not broken down into multiple steps per frame, giving the best performance, but will lose simulation accuracy when using some of the more advanced particle simulation features.