Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

contactInfo0Manifold Point #0.
contactInfo1Manifold Point #1.
this[]Indexer to access the manifold points in the array.
speculativePointCountThe number of manifold points available that are speculative, in the range [0, 2].