pub type NarrowPhaseSet = NarrowPhaseSystems;
👎Deprecated since 0.4.0: Renamed to
NarrowPhaseSystems
Expand description
A deprecated alias for NarrowPhaseSystems
.
Aliased Type§
pub enum NarrowPhaseSet {
First,
Update,
Last,
}
Variants§
First
Runs at the start of the narrow phase. Empty by default.
Update
Updates contacts in the ContactGraph
and processes contact state changes.
Last
Runs at the end of the narrow phase. Empty by default.