mirror of
https://github.com/godotengine/godot.git
synced 2024-11-27 09:16:35 +08:00
Update ScrollContainer.xml
Add missing descriptions to ScrollContainer documentation
This commit is contained in:
parent
97cc2e53f6
commit
4f0401d05d
@ -13,12 +13,14 @@
|
||||
<return type="HScrollBar">
|
||||
</return>
|
||||
<description>
|
||||
Returns the horizontal scrollbar [HScrollBar] of this [ScrollContainer].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_v_scrollbar">
|
||||
<return type="VScrollBar">
|
||||
</return>
|
||||
<description>
|
||||
Returns the vertical scrollbar [VScrollBar] of this [ScrollContainer].
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
|
Loading…
Reference in New Issue
Block a user