Panda3D
Loading...
Searching...
No Matches
Public Member Functions | List of all members
PhysxControllerReport Class Reference

Implementation of the NxUserControllerHitReport interface. More...

#include "physxControllerReport.h"

Inheritance diagram for PhysxControllerReport:

Public Member Functions

void disable ()
 
void enable ()
 
bool is_enabled () const
 
virtual NxControllerAction onControllerHit (const NxControllersHit &hit)
 
virtual NxControllerAction onShapeHit (const NxControllerShapeHit &hit)
 
void set_controller_hit_callback (PT(CallbackObject) cbobj)
 
void set_shape_hit_callback (PT(CallbackObject) cbobj)
 

Detailed Description

Implementation of the NxUserControllerHitReport interface.

Definition at line 26 of file physxControllerReport.h.

Constructor & Destructor Documentation

◆ PhysxControllerReport()

PhysxControllerReport::PhysxControllerReport ( )
inline

Definition at line 17 of file physxControllerReport.I.

◆ ~PhysxControllerReport()

PhysxControllerReport::~PhysxControllerReport ( )
inline

Definition at line 26 of file physxControllerReport.I.

Member Function Documentation

◆ disable()

void PhysxControllerReport::disable ( )

Definition at line 33 of file physxControllerReport.cxx.

◆ enable()

void PhysxControllerReport::enable ( )

Definition at line 21 of file physxControllerReport.cxx.

◆ is_enabled()

bool PhysxControllerReport::is_enabled ( ) const

Definition at line 42 of file physxControllerReport.cxx.

◆ onControllerHit()

NxControllerAction PhysxControllerReport::onControllerHit ( const NxControllersHit & hit)
virtual

Definition at line 87 of file physxControllerReport.cxx.

◆ onShapeHit()

NxControllerAction PhysxControllerReport::onShapeHit ( const NxControllerShapeHit & hit)
virtual

Definition at line 51 of file physxControllerReport.cxx.

◆ set_controller_hit_callback()

void PhysxControllerReport::set_controller_hit_callback ( PT(CallbackObject) cbobj)
inline

Definition at line 43 of file physxControllerReport.I.

◆ set_shape_hit_callback()

void PhysxControllerReport::set_shape_hit_callback ( PT(CallbackObject) cbobj)
inline

Definition at line 34 of file physxControllerReport.I.


The documentation for this class was generated from the following files: