diff options
author | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2019-04-03 15:25:44 +0200 |
---|---|---|
committer | PouleyKetchoupp <pouleyketchoup@gmail.com> | 2019-04-03 15:27:48 +0200 |
commit | 66d3a8a11e4f8b304b1caf4a8d8c191a389d4e85 (patch) | |
tree | c02e42f29c99345f9c2d4b1dd6e9226b76f8a10f | |
parent | 8346d90c5e659bac086ac2a3426f13efcd094840 (diff) |
Updated StyleBoxFlat documentation
-rw-r--r-- | doc/classes/StyleBoxFlat.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/StyleBoxFlat.xml b/doc/classes/StyleBoxFlat.xml index a162aa02b0..22c2cf541a 100644 --- a/doc/classes/StyleBoxFlat.xml +++ b/doc/classes/StyleBoxFlat.xml @@ -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> |