Exposed set_as_minsize to gdscript
This commit is contained in:
parent
5ff2688064
commit
97167209cb
2 changed files with 8 additions and 0 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue