Game logic - Particle effect – Ylands

From Bohemia Interactive Community
Jump to navigation Jump to search
m (Text replacement - " (={2,})([^ = ])(.*)([^ = ])(={2,}) * " to " $1 $2$3$4 $5 ")
m (Text replacement - "[[Ylands " to "[[Ylands:")
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
Particle effect playing infinitely in a loop.
Particle effect playing infinitely in a loop.


=Properties=
= Properties =
=== Enabled ===
=== Enabled ===
*Enabling/Disabling the Particle Effect will play or stop the particle playback.
*Enabling/Disabling the Particle Effect will play or stop the particle playback.
Line 12: Line 12:
*Select any color from the color palette.
*Select any color from the color palette.


=Related instructions=
= Related instructions =
*[[Ylands Tile - Game logic enabled|Get / Set Enabled]]
*[[Ylands:Tile - Game logic enabled|Get / Set Enabled]]





Revision as of 17:36, 16 November 2022

Description

Particle effect playing infinitely in a loop.

Properties

Enabled

  • Enabling/Disabling the Particle Effect will play or stop the particle playback.

Particle

  • Select particle effect to play.

Scale

  • Size of the particle.

Custom color

  • Select any color from the color palette.

Related instructions