Event
Physics
(NOTE) An event sent out when specified by a CollisionFilter in a CollisionTable. Used to hook up events based upon certain CollisionGroup types colliding.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
FirstPoint | basecollisionevent | ||
TypeAName | |||
TypeBName |
Properties
FirstPoint : contactpoint
read-only
var FirstPoint : ContactPoint
TypeAName : string
read-only
Returns the CollisionGroup name of object A.
var TypeAName : String
TypeBName : string
read-only
Returns the CollisionGroup name of object B.
var TypeBName : String