BulletCSharp.btCollisionObject.getInternalType C# (CSharp) Method

getInternalType() public method

public getInternalType ( ) : int
return int
        public int getInternalType()
        {
            int ret = BulletCollisionPINVOKE.btCollisionObject_getInternalType(swigCPtr);
            return ret;
        }