diff options
author | Chris Bradfield <chris@kidscancode.org> | 2018-08-17 14:55:19 -0700 |
---|---|---|
committer | Chris Bradfield <chris@kidscancode.org> | 2018-08-17 14:55:19 -0700 |
commit | 23b7edb214658448cb95f0207d4055552d932e22 (patch) | |
tree | 53447f894c2d116ed32e7d04615bd57ea7629867 /doc/classes/ColorRect.xml | |
parent | c93888ae71bcc2b633f335b407c75412a493012d (diff) | |
download | redot-engine-23b7edb214658448cb95f0207d4055552d932e22.tar.gz |
[DOCS] Updates to assorted class descriptions.
Diffstat (limited to 'doc/classes/ColorRect.xml')
-rw-r--r-- | doc/classes/ColorRect.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/classes/ColorRect.xml b/doc/classes/ColorRect.xml index 69a70cfa39..e1bffb719e 100644 --- a/doc/classes/ColorRect.xml +++ b/doc/classes/ColorRect.xml @@ -1,10 +1,10 @@ <?xml version="1.0" encoding="UTF-8" ?> <class name="ColorRect" inherits="Control" category="Core" version="3.1"> <brief_description> - Colored rect for canvas. + Colored rectangle. </brief_description> <description> - An object that is represented on the canvas as a rect with color. [Color] is used to set or get color info for the rect. + Displays a colored rectangle. </description> <tutorials> </tutorials> @@ -14,9 +14,9 @@ </methods> <members> <member name="color" type="Color" setter="set_frame_color" getter="get_frame_color"> - The color to fill the [code]ColorRect[/code]. + The fill color. [codeblock] - $ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect node's color to red + $ColorRect.color = Color(1, 0, 0, 1) # Set ColorRect's color to red. [/codeblock] </member> </members> |