1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Merge pull request #26609 from nekomatata/shadow_offset

Support for shadow offset in box style
This commit is contained in:
Timo
2019-04-06 19:36:57 +02:00
committed by GitHub
7 changed files with 168 additions and 125 deletions

View File

@@ -151,6 +151,9 @@
<member name="shadow_size" type="int" setter="set_shadow_size" getter="get_shadow_size">
The shadow size in pixels.
</member>
<member name="shadow_offset" type="Vector2" setter="set_shadow_offset" getter="get_shadow_offset">
The shadow offset in pixels. Adjusts the position of the shadow relatively to the stylebox.
</member>
</members>
<constants>
</constants>