25INLINE
void PhysxJoint::
34INLINE
void PhysxJoint::
35ls(std::ostream &out,
int indent_level)
const {
37 indent(out, indent_level) << get_type().get_name()
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;
std::ostream & indent(std::ostream &out, int indent_level)
A handy function for doing text formatting.