Version: 2020.3

Physics.autoSimulation

매뉴얼로 전환
public static bool autoSimulation ;

설명

Sets whether the physics should be simulated automatically or not.

By default, physics is updated every Time.fixedDeltaTime during the play mode. It happens automatically as part of the regular game loop.

However, there are cases where being able to advance physics manually is needed. One particular example simulating physics in the edit mode. Another example could be networked physics where rewinding time back and applying all the player input is required up on receiving data from the authoritative server.

To control the physics simulation manually, disable the automatic simulation first and then use Physics.Simulate to advance time. Note that MonoBehaviour.FixedUpdate will still be called at the rate defined by Time.fixedDeltaTime, but the physics simulation will no longer be advanced automatically.

See Also: Physics.Simulate.

Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961