Difference between revisions of "ShapeType (Português)"

(Initial Portuguese translation)
 
m (Updated ShapeType portuguese translation)
Line 1: Line 1:
Os diferentes tipos de [[Shape (Português)|formas]], como retornado por [[Shape:getType (Portuuguês)|Shape:getType]].
+
Os diferentes tipos de [[Shape (Português)|Formas]], como retornado por [[Shape:getType (Português)|Shape:getType]].
 
== Constantes ==
 
== Constantes ==
;circle: A forma é um [[CircleShape (Português)|CircleShape]].
+
;circle: A forma é uma [[CircleShape (Português)|forma circular]].
;polygon: A forma é um [[PolygonShape (Português)|PolygonShape]].
+
;polygon: A forma é uma [[PolygonShape (Português)|forma polígonal]].
== Veja Também ==
+
{{New_feature (Português)|0.8.0|
* [[parent::Shape (Português)]]
+
;edge: A forma é uma [[EdgeShape (Português)|forma de borda]].
 +
;chain: A forma é uma [[ChainShape (Português)|forma de corrente]].
 +
|080}}
 +
== Veja também ==
 +
* [[parent::love.physics (Português)|love.physics]]
 +
* [[parent::Shape (Português)|Forma]]
 
[[Category:Enums]]
 
[[Category:Enums]]
{{#set:Description=Os diferentes tipos de [[Shape (Português)|formas]], como retornado por [[Shape:getType (Portuuguês)|Shape:getType]].}}
+
{{#set:Description=Os diferentes tipos de [[Shape (Português)|Formas]], como retornado por [[Shape:getType (Português)|Shape:getType]].}}
== Outros Idiomas ==
+
{{#set:Since=000}}
 +
== Other Languages ==
 
{{i18n|ShapeType}}
 
{{i18n|ShapeType}}

Revision as of 15:06, 28 November 2020

Os diferentes tipos de Formas, como retornado por Shape:getType.

Constantes

circle
A forma é uma forma circular.
polygon
A forma é uma forma polígonal.
Disponível desde o LÖVE 0.8.0
edge
A forma é uma forma de borda.
chain
A forma é uma forma de corrente.

Veja também


Other Languages