Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Collision

物理模拟中触发的碰撞事件(onCollisionXXX),返回的碰撞信息。

readonly

Hierarchy

  • Collision

Index

Properties

Readonly collider

collider: Collider

发生碰撞的另一个碰撞体。

Readonly contacts

contacts: ContactPoint[]

本次碰撞的接触点。

Readonly impulse

从碰撞到分离所用的冲量之和。

Readonly relativeVelocity

relativeVelocity: Vector3_READONLY

两个刚体的相对线性碰撞速度。

Generated using TypeDoc