Difference between revisions of "Particles"
From GiderosMobile
Line 2: | Line 2: | ||
'''Supported platforms:''' <br/> | '''Supported platforms:''' <br/> | ||
'''Available since:''' Gideros 2016.06<br/> | '''Available since:''' Gideros 2016.06<br/> | ||
− | === Description === | + | === <translate>Description</translate> === |
<translate>Particles sprite (alpha), which allows to draw several identical dots or bitmaps with varying colour and orientation</translate> | <translate>Particles sprite (alpha), which allows to draw several identical dots or bitmaps with varying colour and orientation</translate> | ||
{|- | {|- | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Methods === | + | === <translate>Methods</translate> === |
[[Special:MyLanguage/Particles.new|Particles.new]] ''<translate>Create new particles group</translate>''<br/> | [[Special:MyLanguage/Particles.new|Particles.new]] ''<translate>Create new particles group</translate>''<br/> | ||
[[Special:MyLanguage/Particles:addParticles|Particles:addParticles]] ''<translate>Add particles</translate>''<br/> | [[Special:MyLanguage/Particles:addParticles|Particles:addParticles]] ''<translate>Add particles</translate>''<br/> | ||
Line 33: | Line 33: | ||
[[Special:MyLanguage/Particles:setTexture|Particles:setTexture]] ''<translate>Set texture to all particles</translate>''<br/> | [[Special:MyLanguage/Particles:setTexture|Particles:setTexture]] ''<translate>Set texture to all particles</translate>''<br/> | ||
| style="width: 50%; vertical-align:top;"| | | style="width: 50%; vertical-align:top;"| | ||
− | === Events === | + | === <translate>Events</translate> === |
− | === Constants === | + | === <translate>Constants</translate> === |
|} | |} |
Revision as of 07:28, 24 August 2018
Supported platforms:
Available since: Gideros 2016.06
Description
Particles sprite (alpha), which allows to draw several identical dots or bitmaps with varying colour and orientation