mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
doc: Sync classref with current source + fixup some bindings
Includes various changes triggered by the refactoring of method bindings.
This commit is contained in:
parent
89f605c717
commit
424cd00f8b
56 changed files with 579 additions and 574 deletions
|
@ -2190,6 +2190,13 @@ void RenderingServer::_bind_methods() {
|
|||
BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_MIRROR);
|
||||
BIND_ENUM_CONSTANT(CANVAS_ITEM_TEXTURE_REPEAT_MAX);
|
||||
|
||||
BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_DISABLED);
|
||||
BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_OPAQUE);
|
||||
BIND_ENUM_CONSTANT(CANVAS_GROUP_MODE_TRANSPARENT);
|
||||
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_POINT);
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_MODE_DIRECTIONAL);
|
||||
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_ADD);
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_SUB);
|
||||
BIND_ENUM_CONSTANT(CANVAS_LIGHT_BLEND_MODE_MIX);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue