Controls which properties of a PhysicsShape.ContactManifold.ManifoldPoint are drawn when drawing contact points.
| 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. |