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

説明

Controls if any Rigidbody2D movement will happen or not.

When a slide movement is complete, a new Rigidbody2D position has been calculated, however it may be preferred to not perform the movement of the Rigidbody2D at all.

When this is enabled, no movement will occur. The Rigidbody2D.SlideResults.position always returns the calculated position so that can be used to move the Rigidbody2D.

NOTE: If this is enabled then a Rigidbody2D.SlideMovement.useSimulationMove cannot be used and should be disabled.

Additional resources: Rigidbody2D.SlideResults.position, Rigidbody2D.Slide and SlideResults.