Version: Unity 6.4 (6000.4)
LanguageEnglish
  • C#

DrawContactType

enumeration

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

Description

Controls which properties of a PhysicsShape.ContactManifold.ManifoldPoint are drawn when drawing contact points.

Properties

Property Description
Point This will draw PhysicsShape.ContactManifold.ManifoldPoint.point.
AnchorA This will draw PhysicsShape.ContactManifold.ManifoldPoint.anchorA.
AnchorB This will draw PhysicsShape.ContactManifold.ManifoldPoint.anchorB.
Average This will draw the position half-way between PhysicsShape.ContactManifold.ManifoldPoint.anchorA and PhysicsShape.ContactManifold.ManifoldPoint.anchorB.