| 123456789101112131415161718192021 |
- return {
- summary = 'Get a Buffer containing the vertices in the Model.',
- description = 'Returns a `Buffer` that holds the vertices of all of the meshes in the Model.',
- arguments = {},
- returns = {
- buffer = {
- type = 'Buffer',
- description = 'The vertex buffer.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'buffer' }
- }
- },
- related = {
- 'Model:getIndexBuffer',
- 'Model:getMesh'
- }
- }
|