Struct physx_sys::PxgDynamicsMemoryConfig
source · #[repr(C)]pub struct PxgDynamicsMemoryConfig {
pub tempBufferCapacity: u32,
pub maxRigidContactCount: u32,
pub maxRigidPatchCount: u32,
pub heapCapacity: u32,
pub foundLostPairsCapacity: u32,
pub foundLostAggregatePairsCapacity: u32,
pub totalAggregatePairsCapacity: u32,
pub maxSoftBodyContacts: u32,
pub maxFemClothContacts: u32,
pub maxParticleContacts: u32,
pub collisionStackSize: u32,
pub maxHairContacts: u32,
}Fields§
§tempBufferCapacity: u32§maxRigidContactCount: u32§maxRigidPatchCount: u32§heapCapacity: u32§foundLostPairsCapacity: u32§foundLostAggregatePairsCapacity: u32§totalAggregatePairsCapacity: u32§maxSoftBodyContacts: u32§maxFemClothContacts: u32§maxParticleContacts: u32§collisionStackSize: u32§maxHairContacts: u32Trait Implementations§
source§impl Clone for PxgDynamicsMemoryConfig
impl Clone for PxgDynamicsMemoryConfig
source§fn clone(&self) -> PxgDynamicsMemoryConfig
fn clone(&self) -> PxgDynamicsMemoryConfig
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