Fix miscellaneous oddities around the class reference (part 6)

This commit is contained in:
Micky
2025-06-14 01:11:26 +02:00
committed by Micky
parent 9dd6c4dbac
commit be0c68845e
56 changed files with 117 additions and 117 deletions
+3 -3
View File
@@ -16,7 +16,7 @@
<param index="2" name="saturation" type="float" default="1.0" />
<param index="3" name="color_map" type="Dictionary" default="{}" />
<description>
Creates a new [DPITexture] and initializes it by allocating and setting the SVG data from string.
Creates a new [DPITexture] and initializes it by allocating and setting the SVG data to [param source].
</description>
</method>
<method name="get_scaled_rid" qualifiers="const">
@@ -28,7 +28,7 @@
<method name="get_source" qualifiers="const">
<return type="String" />
<description>
Returns SVG source code.
Returns this SVG texture's source code.
</description>
</method>
<method name="set_size_override">
@@ -42,7 +42,7 @@
<return type="void" />
<param index="0" name="source" type="String" />
<description>
Sets SVG source code.
Sets this SVG texture's source code.
</description>
</method>
</methods>