ContactPoint
info
- This class is only available on LocalAvatarScripts and LocalScripts
Describes a contact point in which a collision occurs.
Instance Properties
Property Name | Property Type | Description |
---|---|---|
point | float3 | The point of contact (Read only) |
normal | float3 | Normal of the contact point (Read only) |
impulse | float3 | The impulse applied to this contact pair to resolve the collision (Read only) |
thisCollider | Collider | The first collider in contact at the point (Read only) |
otherCollider | Collider | The other collider in contact at the point (Read only) |
separation | float | The distance between the colliders at the contact point |