Exposed set_as_minsize to gdscript

This commit is contained in:
Fabian 2019-08-14 16:05:08 +09:30
parent 5ff2688064
commit 97167209cb
2 changed files with 8 additions and 0 deletions

View file

@ -56,6 +56,13 @@
Popup (show the control in modal form) in the center of the screen relative to the current canvas transform, scaled at a ratio of size of the screen.
</description>
</method>
<method name="set_as_minsize">
<return type="void">
</return>
<description>
Shrink popup to keep to the minimum size of content.
</description>
</method>
</methods>
<members>
<member name="popup_exclusive" type="bool" setter="set_exclusive" getter="is_exclusive" default="false">