Skip to main content
Version: 4.0.0

Collision Info

collision info

Retrieves data from a detection collision event, such as contact points, relative velocity, and impulse.

Input

NameData TypeDescription
Collision ResultContact InfoThe information generated by the Collision Event node.

Output

NameData TypeDescription
Has CollidedBooleanOutputs true if the Rigid Body component has collided with another object in the scene; false if not.
Collision PointVec3The position in the world space where the collision occurred.
Collision NormalVec3The normal vector of the surface that the Rigid Body component collided with.
Relative VelocityVec3The relative velocity between the two colliding objects.
Colliding ObjectRigidBodyThe object that the target object has collided with.