avian3d::dynamics::rigid_body::mass_properties

Type Alias WithComputedMassProperty

source
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 */);