BulletContactCallbackData
from panda3d.bullet import BulletContactCallbackData
- class BulletContactCallbackData
Bases:
Bases:
CallbackData
Inheritance diagram
- __init__(mp: BulletManifoldPoint, node0: panda3d.core.PandaNode, node1: panda3d.core.PandaNode, id0: int, id1: int, index0: int, index1: int)
- static getClassType() panda3d.core.TypeHandle
- getManifold() BulletManifoldPoint
- getNode0() panda3d.core.PandaNode
- getNode1() panda3d.core.PandaNode
- property manifold BulletManifoldPoint