UNPKG

love-typescript-definitions

Version:
9 lines (8 loc) 226 B
declare module "love.graphics" { /** * Vertex map datatype for Data variant of Mesh:setVertexMap. * * @link [IndexDataType](https://love2d.org/wiki/IndexDataType) */ type IndexDataType = "uint16" | "uint32"; }