Version: 2023.2
言語: 日本語
public bool useSimulationMove ;

説明

Controls whether the Rigidbody2D is instantly moved to the calculated position or is moved with Rigidbody2D.MovePosition.

When a slide movement is complete, a new Rigidbody2D position has been calculated however, the Rigidbody2D hasn't actually been moved at this stage. It is here that the Rigidbody2D can be instantly positioned at the new position or the move can be deferred using Rigidbody2D.MovePosition.

When this is enabled, Rigidbody2D.MovePosition is used to perform the move when the simulation next runs. When this is disabled, the Rigidbody2D is instantly set at its new position. It should be noted that both the Rigidbody2D and the Transform will be updated when this happens and that any Rigidbody2D interpolation continues to work as expected.

NOTE: If Rigidbody2D.SlideMovement.useNoMove is enabled then a simulation move cannot be used and should be disabled.

See Also: Rigidbody2D.SlideMovement.useNoMove, Rigidbody2D.Slide and SlideResults.

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