BulletCSharp.btCollisionObject.getInternalType C# (CSharp) Méthode

getInternalType() public méthode

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