BulletSoftBodyControl

from panda3d.bullet import BulletSoftBodyControl
class BulletSoftBodyControl

Bases: DTOOL_SUPER_BASE

Inheritance diagram

Inheritance diagram of BulletSoftBodyControl

__init__(*args, **kwargs)
setAngle()

C++ Interface: set_angle(const BulletSoftBodyControl self, float angle)

// Steer

/**

*/

setGoal()

C++ Interface: set_goal(const BulletSoftBodyControl self, float goal)

// Motor

/**

*/

setMaxTorque()

C++ Interface: set_max_torque(const BulletSoftBodyControl self, float maxtorque)

/**

*/

setSign()

C++ Interface: set_sign(const BulletSoftBodyControl self, float sign)

/**

*/

set_angle()

C++ Interface: set_angle(const BulletSoftBodyControl self, float angle)

// Steer

/**

*/

set_goal()

C++ Interface: set_goal(const BulletSoftBodyControl self, float goal)

// Motor

/**

*/

set_max_torque()

C++ Interface: set_max_torque(const BulletSoftBodyControl self, float maxtorque)

/**

*/

set_sign()

C++ Interface: set_sign(const BulletSoftBodyControl self, float sign)

/**

*/