BulletCSharp.btVertexBufferDescriptor.getBufferType C# (CSharp) Méthode

getBufferType() public méthode

public getBufferType ( ) : btVertexBufferDescriptor.BufferTypes
Résultat btVertexBufferDescriptor.BufferTypes
        public virtual btVertexBufferDescriptor.BufferTypes getBufferType()
        {
            btVertexBufferDescriptor.BufferTypes ret = (btVertexBufferDescriptor.BufferTypes)BulletSoftBodyPINVOKE.btVertexBufferDescriptor_getBufferType(swigCPtr);
            return ret;
        }