BulletCSharp.btTriIndex.getUid C# (CSharp) Method

getUid() public method

public getUid ( ) : int
return int
        public int getUid()
        {
            int ret = BulletSoftBodyPINVOKE.btTriIndex_getUid(swigCPtr);
            return ret;
        }