CollisionBox
from panda3d.core import CollisionBox
- class CollisionBox
Bases:
Bases:
CollisionSolid
A cuboid collision volume or object.
Inheritance diagram
- __init__(center: LPoint3, x: float, y: float, z: float)
Create the Box by giving a Center and distances of each of the sides of box from the Center.
- static getClassType() TypeHandle