From f576b3fab2991faf6e8fc9bb95eee17cec6b037e Mon Sep 17 00:00:00 2001 From: Will Nations Date: Wed, 6 Dec 2017 08:56:23 -0600 Subject: [PATCH] [DOCS] CurveTexture desc, members --- doc/classes/CurveTexture.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/classes/CurveTexture.xml b/doc/classes/CurveTexture.xml index 73126de4aae..f62da8a1352 100644 --- a/doc/classes/CurveTexture.xml +++ b/doc/classes/CurveTexture.xml @@ -1,8 +1,10 @@ + A texture that shows a curve. + Renders a given [Curve] provided to it. Simplifies the task of drawing curves and/or saving them as image files. @@ -12,8 +14,10 @@ + The [code]curve[/code] rendered onto the texture. + The width of the texture.