32 INLINE
void PhysxJoint::
43 INLINE
void PhysxJoint::
44 ls(ostream &out,
int indent_level)
const {
46 indent(out, indent_level) << get_type().
get_name()
48 <<
" (at 0x" <<
this <<
")";
51 ptr()->getActors(&actorPtr[0], &actorPtr[1]);
54 out <<
" A1:0x" << actorPtr[0]->userData;
58 out <<
" A2:0x" << actorPtr[1]->userData;
string get_name(TypedObject *object=(TypedObject *) NULL) const
Returns the name of the type.