BulletCSharp.btStackAlloc.beginBlock C# (CSharp) Method

beginBlock() public method

public beginBlock ( ) : btBlock
return btBlock
        public btBlock beginBlock()
        {
            IntPtr cPtr = LinearMathPINVOKE.btStackAlloc_beginBlock(swigCPtr);
            btBlock ret = (cPtr == IntPtr.Zero) ? null : new btBlock(cPtr, false);
            return ret;
        }