BulletCSharp.btPoolAllocator.getPoolAddress C# (CSharp) Method

getPoolAddress() public method

public getPoolAddress ( ) : SWIGTYPE_p_unsigned_char
return SWIGTYPE_p_unsigned_char
        public SWIGTYPE_p_unsigned_char getPoolAddress()
        {
            IntPtr cPtr = LinearMathPINVOKE.btPoolAllocator_getPoolAddress__SWIG_0(swigCPtr);
            SWIGTYPE_p_unsigned_char ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_unsigned_char(cPtr, false);
            return ret;
        }