BulletConeShape
from panda3d.bullet import BulletConeShape
- class BulletConeShape
Bases:
BulletShape
Inheritance diagram
- __init__(*args, **kwargs)
- getClassType()
C++ Interface: get_class_type()
- getHeight()
C++ Interface: get_height(BulletConeShape self)
- /**
Returns the height that was passed into the constructor.
*/
- getRadius()
C++ Interface: get_radius(BulletConeShape self)
- /**
Returns the radius that was passed into the constructor.
*/
- get_class_type()
C++ Interface: get_class_type()
- get_height()
C++ Interface: get_height(BulletConeShape self)
- /**
Returns the height that was passed into the constructor.
*/
- get_radius()
C++ Interface: get_radius(BulletConeShape self)
- /**
Returns the radius that was passed into the constructor.
*/
- height
- radius