| 1234567891011121314151617 |
- return {
- summary = 'Get the WrapMode for the Texture.',
- description = 'Returns the current WrapMode for the Texture.',
- arguments = {},
- returns = {
- {
- name = 'horizontal',
- type = 'WrapMode',
- description = 'How the texture wraps horizontally.'
- },
- {
- name = 'vertical',
- type = 'WrapMode',
- description = 'How the texture wraps vertically.'
- }
- }
- }
|