Event
Physics
(NOTE) Sent by CustomJoint before solving constraints. Used to configure constraints before the physics system begins solving.
Methods | Properties | Base Classes | Derived Classes |
---|---|---|---|
Dt | event | ||
Owner |
Properties
Dt : real
The current frame's delta time. Use to setup the constraint if necessary.
var Dt : Real
Owner : customjoint
The joint that sent this event.
var Owner : CustomJoint