feat: updated engine version to 4.4-rc1

This commit is contained in:
Sara 2025-02-23 14:38:14 +01:00
parent ee00efde1f
commit 21ba8e33af
5459 changed files with 1128836 additions and 198305 deletions

View file

@ -45,6 +45,13 @@
Returns the item's mesh.
</description>
</method>
<method name="get_item_mesh_cast_shadow" qualifiers="const">
<return type="int" enum="RenderingServer.ShadowCastingSetting" />
<param index="0" name="id" type="int" />
<description>
Returns the item's shadow casting mode. See [enum RenderingServer.ShadowCastingSetting] for possible values.
</description>
</method>
<method name="get_item_mesh_transform" qualifiers="const">
<return type="Transform3D" />
<param index="0" name="id" type="int" />
@ -116,6 +123,14 @@
Sets the item's mesh.
</description>
</method>
<method name="set_item_mesh_cast_shadow">
<return type="void" />
<param index="0" name="id" type="int" />
<param index="1" name="shadow_casting_setting" type="int" enum="RenderingServer.ShadowCastingSetting" />
<description>
Sets the item's shadow casting mode. See [enum RenderingServer.ShadowCastingSetting] for possible values.
</description>
</method>
<method name="set_item_mesh_transform">
<return type="void" />
<param index="0" name="id" type="int" />