origin.lua 269 B

12345678
  1. return {
  2. tag = 'graphicsTransforms',
  3. summary = 'Reset the coordinate system.',
  4. description = 'Resets the transformation to the origin.',
  5. arguments = {},
  6. returns = {},
  7. notes = 'This is called at the beginning of every frame to reset the coordinate space.'
  8. }