Improve Mesh class description

- Bind MAX_MESH_SURFACES constant in RenderingServer::_bind_methods()
- Add MAX_MESH_SURFACES constant to RenderingServer class documentation
- Reference the constant RenderingServer.MAX_MESH_SURFACES in the description of Mesh class documentation
This commit is contained in:
Mateus Elias 2024-05-26 21:52:36 -03:00
parent be56cab58c
commit ce10a660d1
3 changed files with 5 additions and 1 deletions

View file

@ -2229,6 +2229,7 @@ void RenderingServer::_bind_methods() {
BIND_CONSTANT(MAX_GLOW_LEVELS);
BIND_CONSTANT(MAX_CURSORS);
BIND_CONSTANT(MAX_2D_DIRECTIONAL_LIGHTS);
BIND_CONSTANT(MAX_MESH_SURFACES);
/* TEXTURE */