PxObstacle Class Reference

Base class for obstacles. More...

#include <PxControllerObstacles.h>

Inheritance diagram for PxObstacle:
Collaboration diagram for PxObstacle:

Public Member Functions

PX_FORCE_INLINE PxGeometryType::Enum getType () const
 

Public Attributes

void * mUserData
 
PxExtendedVec3 mPos
 
PxQuat mRot
 

Protected Member Functions

 PxObstacle ()
 

Protected Attributes

PxGeometryType::Enum mType
 

Detailed Description

Base class for obstacles.

See also
PxBoxObstacle PxCapsuleObstacle PxObstacleContext

Constructor & Destructor Documentation

◆ PxObstacle()

PxObstacle::PxObstacle ( )
inlineprotected

Member Function Documentation

◆ getType()

PX_FORCE_INLINE PxGeometryType::Enum PxObstacle::getType ( ) const
inline

Member Data Documentation

◆ mPos

PxExtendedVec3 PxObstacle::mPos

◆ mRot

PxQuat PxObstacle::mRot

◆ mType

PxGeometryType::Enum PxObstacle::mType
protected

◆ mUserData

void* PxObstacle::mUserData

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