BulletCSharp.btVertexBufferDescriptor.getBufferType C# (CSharp) Method

getBufferType() public method

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