From a2f504c728d08233b2749a3f9b5297abcf39203b Mon Sep 17 00:00:00 2001 From: Grosskopf Date: Fri, 6 Oct 2017 18:33:16 +0200 Subject: Added Documentation for Sprite3D, AnimatedSprite3D and SpriteBase3D etc. --- doc/classes/Sprite.xml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'doc/classes/Sprite.xml') diff --git a/doc/classes/Sprite.xml b/doc/classes/Sprite.xml index c0c491140f..0cdc8f7099 100644 --- a/doc/classes/Sprite.xml +++ b/doc/classes/Sprite.xml @@ -202,7 +202,7 @@ - If [code]true[/code] texture will be centered. Default value: [code]true[/code]. + If [code]true[/code] texture is centered. Default value: [code]true[/code]. If [code]true[/code] texture is flipped horizontally. Default value: [code]false[/code]. @@ -211,40 +211,42 @@ If [code]true[/code] texture is flipped vertically. Default value: [code]false[/code]. - Current frame to display from sprite sheet. [code]vframes[/code] or [code]hframes[/code] must be greater than 1. + Current frame to display from sprite sheet. [member vframes] or [member hframes] must be greater than 1. - The number of horizontal frames in the sprite sheet. + The number of collumns in the sprite sheet. + The normal map gives depth to the Sprite. The texture's drawing offset. - If [code]true[/code] texture will be cut from a larger atlas texture. See [code]region_rect[/code]. Default value: [code]false[/code]. + If [code]true[/code] texture is cut from a larger atlas texture. See [code]region_rect[/code]. Default value: [code]false[/code]. + If [code]true[/code] the outermost pixels get blurred out. - The region of the atlas texture to display. [code]region_enabled[/code] must be [code]true[/code]. + The region of the atlas texture to display. [member region_enabled] must be [code]true[/code]. [Texture] object to draw. - The number of vertical frames in the sprite sheet. + The number of rows in the sprite sheet. - Emitted when the [code]frame[/code] changes. + Emitted when the [member frame] changes. - Emitted when the [code]texture[/code] changes. + Emitted when the [member texture] changes. -- cgit v1.2.3