reset.lua 178 B

1234567
  1. return {
  2. tag = 'graphicsState',
  3. summary = 'Reset all graphics state.',
  4. description = 'Resets all graphics state to the initial values.',
  5. arguments = {},
  6. returns = {}
  7. }