Event
Physics
(NOTE) Sent out when a joint reaches some condition. Currently sent out when a limit is reached or an impulse's limit is exceeded.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Joint | event | ||
JointCog | |||
ObjectA | |||
ObjectB |
Properties
Joint : joint
read-only
The Joint that triggered the event.
var Joint : Joint
JointCog : cog
read-only
The Cog of the Joint that signaled the event.
var JointCog : Cog
ObjectA : cog
read-only
ObjectA on the Joint.
var ObjectA : Cog
ObjectB : cog
read-only
ObjectB on the Joint.
var ObjectB : Cog