From 2da5e51eeef8e547ed524dc369f52880a6b79cf9 Mon Sep 17 00:00:00 2001 From: Nathan Lovato Date: Thu, 4 Oct 2018 10:38:18 +0900 Subject: [PATCH] [DOC] Complete the TextureProgress reference Added 6 missing entries, clarified one definition (cherry picked from commit 86a138f154ae4b97b3f941c1cebcb318a6a3a4bf) --- doc/classes/TextureProgress.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/TextureProgress.xml b/doc/classes/TextureProgress.xml index 4791101d7ae..9b4402436bf 100644 --- a/doc/classes/TextureProgress.xml +++ b/doc/classes/TextureProgress.xml @@ -66,10 +66,10 @@ The [member texture_progress] fills from bottom to top. - 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. - 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.