mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
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:
parent
be56cab58c
commit
ce10a660d1
3 changed files with 5 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue