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 - " (\=+)([a-zA-Z0-9][^ ]+[a-zA-Z0-9])(\=+) " to " $1 $2 $3 ")
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 16:41, 17 November 2021

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