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