Event Physics
(NOTE) Information about a collision in physics. Sent when collisions start, persist, or end.
| Methods | Properties | Base Classes | Derived Classes | 
|---|---|---|---|
| FirstPoint | basecollisionevent | 
Properties
FirstPoint : contactpoint
read-only
Convenience function to return the first ContactPoint. Some logic only cares about one point of information. In a more general case all points should be iterated over.
var FirstPoint : ContactPoint