public btCompoundShapeChild getChildList() { IntPtr cPtr = BulletCollisionPINVOKE.btCompoundShape_getChildList(swigCPtr); btCompoundShapeChild ret = (cPtr == IntPtr.Zero) ? null : new btCompoundShapeChild(cPtr, false); return(ret); }
internal static HandleRef getCPtr(btCompoundShapeChild obj) { return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr; }
internal static HandleRef getCPtr(btCompoundShapeChild obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }