PhysicsShape.ContactManifold.ManifoldPointArray
Fixed-sized manifold point array.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public readonly struct PhysicsShape.ContactManifold.ManifoldPointArray
Properties
Property | Description |
|---|---|
| contactInfo0 | Manifold Point #0. |
| contactInfo1 | Manifold Point #1. |
| this[] | Indexer to access the manifold points in the array. |
| speculativePointCount | The number of manifold points available that are speculative, in the range [0, 2]. |