origin.lua 380 B

123456789101112131415161718192021
  1. return {
  2. tag = 'transform',
  3. summary = 'Reset the transform to the origin.',
  4. description = 'Resets the transform back to the origin.',
  5. arguments = {},
  6. returns = {},
  7. variants = {
  8. {
  9. arguments = {},
  10. returns = {}
  11. }
  12. },
  13. related = {
  14. 'Pass:translate',
  15. 'Pass:rotate',
  16. 'Pass:scale',
  17. 'Pass:transform',
  18. 'Pass:push',
  19. 'Pass:pop'
  20. }
  21. }