CollisionData
Description
Passed as argument of ENTITY:PhysicsCollide, EFFECT:PhysicsCollide and used with Entity:AddCallback.
Sometimes, the value of
Speed
can be different from getting the length calculated from OurOldVelocity
, even though they should be the same, or close to same. It's recommended to do OurOldVelocity:Length()
instead.