Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseControls 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.