Version: 2019.4
LanguageEnglish
  • C#
Removed

PlatformEffector2D.sideBounce

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Switch to Manual
Obsolete PlatformEffector2D.sideBounce has been deprecated. Use PlatformEffector2D.useSideBounce instead.
Upgrade to useSideBounce
public bool sideBounce;

Description

Whether bounce should be used on the platform sides or not.

This is useful to stop bouncing of a Collider2D when in contact with a vertical surface. The "sides" are defined as the edges perpendicular to the "top" surface(s) in local-space.