BulletContactCallbackData

from panda3d.bullet import BulletContactCallbackData
class BulletContactCallbackData

Bases:

Bases: CallbackData

Inheritance diagram

Inheritance diagram of BulletContactCallbackData

__init__(mp: BulletManifoldPoint, node0: panda3d.core.PandaNode, node1: panda3d.core.PandaNode, id0: int, id1: int, index0: int, index1: int)
static getClassType() panda3d.core.TypeHandle
getIndex0() int
getIndex1() int
getManifold() BulletManifoldPoint
getNode0() panda3d.core.PandaNode
getNode1() panda3d.core.PandaNode
getPartId0() int
getPartId1() int
property index0 int
property index1 int
property manifold BulletManifoldPoint
property node0 PandaNode
property node1 PandaNode
property part_id0 int
property part_id1 int