init.lua 224 B

12345
  1. return {
  2. summary = 'The base object.',
  3. description = 'The superclass of all LÖVR objects. All objects have these methods.',
  4. notes = 'Note that the functions here don\'t apply to any vector objects, see `Vectors`.'
  5. }