[DOC] Complete the TextureProgress reference

Added 6 missing entries, clarified one definition

(cherry picked from commit 86a138f154)
This commit is contained in:
Nathan Lovato 2018-10-04 10:38:18 +09:00 committed by Rémi Verschelde
parent 924f7c6261
commit 2da5e51eee
1 changed files with 2 additions and 2 deletions

View File

@ -66,10 +66,10 @@
The [member texture_progress] fills from bottom to top. The [member texture_progress] fills from bottom to top.
</constant> </constant>
<constant name="FILL_CLOCKWISE" value="4" enum="FillMode"> <constant name="FILL_CLOCKWISE" value="4" enum="FillMode">
Turns the node into a radial bar. The [member texture_progress] fills clockwise. See [member radial_center_offset], [member radial_initial_angle] and [member radial_fill_degrees] to refine its behavior. Turns the node into a radial bar. The [member texture_progress] fills clockwise. See [member radial_center_offset], [member radial_initial_angle] and [member radial_fill_degrees] to control the way the bar fills up.
</constant> </constant>
<constant name="FILL_COUNTER_CLOCKWISE" value="5" enum="FillMode"> <constant name="FILL_COUNTER_CLOCKWISE" value="5" enum="FillMode">
Turns the node into a radial bar. The [member texture_progress] fills counter-clockwise. See [member radial_center_offset], [member radial_initial_angle] and [member radial_fill_degrees] to refine its behavior. Turns the node into a radial bar. The [member texture_progress] fills counter-clockwise. See [member radial_center_offset], [member radial_initial_angle] and [member radial_fill_degrees] to control the way the bar fills up.
</constant> </constant>
</constants> </constants>
</class> </class>