pub type WithComputedMassProperty = Or<(With<ComputedMass>, With<ComputedAngularInertia>, With<ComputedCenterOfMass>)>;Expand description
A query filter for entities with ComputedMass, ComputedAngularInertia, or ComputedCenterOfMass.
Aliased Typeยง
pub struct WithComputedMassProperty(/* private fields */);