init.lua 245 B

123456789
  1. return {
  2. summary = 'A terrain Shape.',
  3. description = 'A type of `Shape` that can be used for terrains and irregular surfaces.',
  4. extends = 'Shape',
  5. constructors = {
  6. 'lovr.physics.newTerrainShape',
  7. 'World:newTerrainCollider'
  8. }
  9. }