Skip to main content

ContactPoint

info
  • This class is only available on LocalAvatarScripts and LocalScripts

Describes a contact point in which a collision occurs.

Instance Properties

Property NameProperty TypeDescription
pointfloat3The point of contact (Read only)
normalfloat3Normal of the contact point (Read only)
impulsefloat3The impulse applied to this contact pair to resolve the collision (Read only)
thisColliderColliderThe first collider in contact at the point (Read only)
otherColliderColliderThe other collider in contact at the point (Read only)
separationfloatThe distance between the colliders at the contact point