BulletCSharp.btTriangleMesh.getUse32bitIndices C# (CSharp) Method

getUse32bitIndices() public method

public getUse32bitIndices ( ) : bool
return bool
        public bool getUse32bitIndices()
        {
            bool ret = BulletCollisionPINVOKE.btTriangleMesh_getUse32bitIndices(swigCPtr);
            return ret;
        }