| 12345678 |
- return {
- tag = 'graphicsTransforms',
- summary = 'Reset the coordinate system.',
- description = 'Resets the transformation to the origin.',
- arguments = {},
- returns = {},
- notes = 'This is called at the beginning of every frame to reset the coordinate space.'
- }
|