BulletCSharp.btCPUVertexBufferDescriptor.getBufferType C# (CSharp) Method

getBufferType() public method

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