Retrieves data from a detection collision event, such as contact points, relative velocity, and impulse.
Name | Data Type | Description |
---|
Collision Result | Contact Info | The information generated by the Collision Event node. |
Output
Name | Data Type | Description |
---|
Has Collided | Boolean | Outputs true if the Rigid Body component has collided with another object in the scene; false if not. |
Collision Point | Vec3 | The position in the world space where the collision occurred. |
Collision Normal | Vec3 | The normal vector of the surface that the Rigid Body component collided with. |
Relative Velocity | Vec3 | The relative velocity between the two colliding objects. |
Colliding Object | RigidBody | The object that the target object has collided with. |