| 12345678910111213141516171819202122232425 |
- return {
- summary = 'Get the height of the Model.',
- description = 'Returns the height of the Model, computed from its axis-aligned bounding box.',
- arguments = {},
- returns = {
- height = {
- type = 'number',
- description = 'The height of the Model.'
- }
- },
- variants = {
- {
- arguments = {},
- returns = { 'height' }
- }
- },
- related = {
- 'Model:getWidth',
- 'Model:getDepth',
- 'Model:getDimensions',
- 'Model:getCenter',
- 'Model:getBoundingBox',
- 'ModelData:getHeight'
- }
- }
|