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 get_class_type() panda3d.core.TypeHandle
get_index0() int
get_index1() int
get_manifold() BulletManifoldPoint
get_node0() panda3d.core.PandaNode
get_node1() panda3d.core.PandaNode
get_part_id0() int
get_part_id1() int
property index0 int
property index1 int
property manifold BulletManifoldPoint
property node0 PandaNode
property node1 PandaNode
property part_id0 int
property part_id1 int