25 INLINE
void PhysxJoint::
34 INLINE
void PhysxJoint::
35 ls(std::ostream &out,
int indent_level)
const {
39 <<
" (at 0x" <<
this <<
")";
42 ptr()->getActors(&actorPtr[0], &actorPtr[1]);
45 out <<
" A1:0x" << actorPtr[0]->userData;
49 out <<
" A2:0x" << actorPtr[1]->userData;
get_name
Returns the name of the type.
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.