Version: 2020.3
public void Simulate (float stepDeltaTime, uint stepCount);

参数

stepDeltaTime 模拟应用到每一步的增量时间(以秒为单位)。
stepCount 前进的步数。

描述

使用此方法可快进视觉效果,其原理是使用指定的增量时间对所有系统进行若干步数的模拟。