mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
doc: Sync classref with current source
Lots of internal API changes and some docstrings were lost in the conversion. I manually salvaged many of them but for all the rendering-related ones, an additional pass is needed. Added missing enum bindings in BaseMaterial3D and VisualServer.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
<theme_item name="check_vadjust" type="int" default="0">
|
||||
The vertical offset used when rendering the check icons (in pixels).
|
||||
</theme_item>
|
||||
<theme_item name="checked" type="Texture">
|
||||
<theme_item name="checked" type="Texture2D">
|
||||
The check icon to display when the [CheckBox] is checked.
|
||||
</theme_item>
|
||||
<theme_item name="disabled" type="StyleBox">
|
||||
@@ -62,13 +62,13 @@
|
||||
<theme_item name="pressed" type="StyleBox">
|
||||
The [StyleBox] to display as a background when the [CheckBox] is pressed.
|
||||
</theme_item>
|
||||
<theme_item name="radio_checked" type="Texture">
|
||||
<theme_item name="radio_checked" type="Texture2D">
|
||||
If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is checked.
|
||||
</theme_item>
|
||||
<theme_item name="radio_unchecked" type="Texture">
|
||||
<theme_item name="radio_unchecked" type="Texture2D">
|
||||
If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is unchecked.
|
||||
</theme_item>
|
||||
<theme_item name="unchecked" type="Texture">
|
||||
<theme_item name="unchecked" type="Texture2D">
|
||||
The check icon to display when the [CheckBox] is unchecked.
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
|
||||
Reference in New Issue
Block a user