BulletSoftBodyWorldInfo

from panda3d.bullet import BulletSoftBodyWorldInfo
class BulletSoftBodyWorldInfo

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of BulletSoftBodyWorldInfo

__init__(*args, **kwargs)
air_density
garbageCollect()

C++ Interface: garbage_collect(const BulletSoftBodyWorldInfo self, int lifetime)

/**

*/

garbage_collect()

C++ Interface: garbage_collect(const BulletSoftBodyWorldInfo self, int lifetime)

/**

*/

getAirDensity()

C++ Interface: get_air_density(BulletSoftBodyWorldInfo self)

/**

*/

getGravity()

C++ Interface: get_gravity(BulletSoftBodyWorldInfo self)

/**

*/

getWaterDensity()

C++ Interface: get_water_density(BulletSoftBodyWorldInfo self)

/**

*/

getWaterNormal()

C++ Interface: get_water_normal(BulletSoftBodyWorldInfo self)

/**

*/

getWaterOffset()

C++ Interface: get_water_offset(BulletSoftBodyWorldInfo self)

/**

*/

get_air_density()

C++ Interface: get_air_density(BulletSoftBodyWorldInfo self)

/**

*/

get_gravity()

C++ Interface: get_gravity(BulletSoftBodyWorldInfo self)

/**

*/

get_water_density()

C++ Interface: get_water_density(BulletSoftBodyWorldInfo self)

/**

*/

get_water_normal()

C++ Interface: get_water_normal(BulletSoftBodyWorldInfo self)

/**

*/

get_water_offset()

C++ Interface: get_water_offset(BulletSoftBodyWorldInfo self)

/**

*/

gravity
setAirDensity()

C++ Interface: set_air_density(const BulletSoftBodyWorldInfo self, float density)

/**

*/

setGravity()

C++ Interface: set_gravity(const BulletSoftBodyWorldInfo self, const LVector3f gravity)

/**

*/

setWaterDensity()

C++ Interface: set_water_density(const BulletSoftBodyWorldInfo self, float density)

/**

*/

setWaterNormal()

C++ Interface: set_water_normal(const BulletSoftBodyWorldInfo self, const LVector3f normal)

/**

*/

setWaterOffset()

C++ Interface: set_water_offset(const BulletSoftBodyWorldInfo self, float offset)

/**

*/

set_air_density()

C++ Interface: set_air_density(const BulletSoftBodyWorldInfo self, float density)

/**

*/

set_gravity()

C++ Interface: set_gravity(const BulletSoftBodyWorldInfo self, const LVector3f gravity)

/**

*/

set_water_density()

C++ Interface: set_water_density(const BulletSoftBodyWorldInfo self, float density)

/**

*/

set_water_normal()

C++ Interface: set_water_normal(const BulletSoftBodyWorldInfo self, const LVector3f normal)

/**

*/

set_water_offset()

C++ Interface: set_water_offset(const BulletSoftBodyWorldInfo self, float offset)

/**

*/

water_density
water_normal
water_offset