BulletSoftBodyWorldInfo

from panda3d.bullet import BulletSoftBodyWorldInfo
class BulletSoftBodyWorldInfo

Bases:

Inheritance diagram

Inheritance diagram of BulletSoftBodyWorldInfo

__init__(param0: BulletSoftBodyWorldInfo)
property air_density float
garbage_collect(lifetime: int)
get_air_density() float
get_gravity() panda3d.core.LVector3
get_water_density() float
get_water_normal() panda3d.core.LVector3
get_water_offset() float
property gravity LVector3
set_air_density(density: float)
set_gravity(gravity: panda3d.core.LVector3)
set_water_density(density: float)
set_water_normal(normal: panda3d.core.LVector3)
set_water_offset(offset: float)
property water_density float
property water_normal LVector3
property water_offset float