UNPKG

love-typescript-definitions

Version:
8 lines (7 loc) 182 B
declare module "love.physics" { /** * The types of a Body. * @link [BodyType](https://love2d.org/wiki/BodyType) */ type BodyType = "static" | "dynamic" | "kinematic"; }