Struct physx_sys::PxDiffuseParticleParams
source · #[repr(C)]pub struct PxDiffuseParticleParams {
pub threshold: f32,
pub lifetime: f32,
pub airDrag: f32,
pub bubbleDrag: f32,
pub buoyancy: f32,
pub kineticEnergyWeight: f32,
pub pressureWeight: f32,
pub divergenceWeight: f32,
pub collisionDecay: f32,
pub useAccurateVelocity: bool,
pub structgen_pad0: [u8; 3],
}Fields§
§threshold: f32§lifetime: f32§airDrag: f32§bubbleDrag: f32§buoyancy: f32§kineticEnergyWeight: f32§pressureWeight: f32§divergenceWeight: f32§collisionDecay: f32§useAccurateVelocity: bool§structgen_pad0: [u8; 3]Trait Implementations§
source§impl Clone for PxDiffuseParticleParams
impl Clone for PxDiffuseParticleParams
source§fn clone(&self) -> PxDiffuseParticleParams
fn clone(&self) -> PxDiffuseParticleParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more