| 123456789101112131415161718192021 |
- return {
- tag = 'transform',
- summary = 'Reset the transform to the origin.',
- description = 'Resets the transform back to the origin.',
- arguments = {},
- returns = {},
- variants = {
- {
- arguments = {},
- returns = {}
- }
- },
- related = {
- 'Pass:translate',
- 'Pass:rotate',
- 'Pass:scale',
- 'Pass:transform',
- 'Pass:push',
- 'Pass:pop'
- }
- }
|