mirror of
https://github.com/godotengine/godot.git
synced 2025-01-12 21:11:49 +00:00
Merge pull request #29605 from Lisapple/patch-4
Adding details about `Image.lock()` function
This commit is contained in:
commit
4073da7ddd
@ -361,7 +361,7 @@
|
||||
<return type="void">
|
||||
</return>
|
||||
<description>
|
||||
Locks the data for writing access.
|
||||
Locks the data for reading and writing access. Sends an error to the console if the image is not locked when reading or writing a pixel.
|
||||
</description>
|
||||
</method>
|
||||
<method name="normalmap_to_xy">
|
||||
|
Loading…
Reference in New Issue
Block a user