Skip to content

ContactPoint bindings

SDraw edited this page Jun 14, 2023 · 2 revisions

Refer to Unity's ContactPoint documentation for properties and methods description.

Constructor

  • object ContactPoint()

Properties

  • normal: get, Vector3
  • otherCollider: get, Collider
  • point: get, Vector3
  • separation: get, float
  • thisCollider: get, Collider

Utility functions

  • bool IsContactPoint(object obj): checks if object is type of ContactPoint.