diff options
| author | Ovnuniarchos | 2015-07-20 20:07:25 +0200 |
|---|---|---|
| committer | Ovnuniarchos | 2015-07-20 20:07:25 +0200 |
| commit | 43053e3a710fb87fc0c66f4d316b2f9e92832327 (patch) | |
| tree | fd2678478c8eb7ef268f2ee50873a8a7dab3ab1e /doc/engine_classes.xml | |
| parent | dd09ae50e117f618381480d4f1281536b557ae0b (diff) | |
| download | godot-43053e3a710fb87fc0c66f4d316b2f9e92832327.tar.gz godot-43053e3a710fb87fc0c66f4d316b2f9e92832327.tar.zst godot-43053e3a710fb87fc0c66f4d316b2f9e92832327.zip | |
Added a proper name and an explanation to arg4 on CanvasItem.draw_texture_rect*.
Diffstat (limited to 'doc/engine_classes.xml')
| -rw-r--r-- | doc/engine_classes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/engine_classes.xml b/doc/engine_classes.xml index fca2be031..acbb9d47f 100644 --- a/doc/engine_classes.xml +++ b/doc/engine_classes.xml @@ -2499,6 +2499,8 @@ </argument> <argument index="3" name="modulate" type="Color" default="Color(1,1,1,1)"> </argument> + <argument index="4" name="transpose" type="bool" default="false"> + </argument> <description> </description> </method> @@ -2511,6 +2513,8 @@ </argument> <argument index="3" name="modulate" type="Color" default="Color(1,1,1,1)"> </argument> + <argument index="4" name="transpose" type="bool" default="false"> + </argument> <description> </description> </method> |
