Kaynağa Gözat

Added a reference to GUI particlefx controlling in ParticleFX manual (en+pl) (#523)

Pawel 7 ay önce
ebeveyn
işleme
ea8e05a48b

+ 2 - 0
docs/en/manuals/particlefx.md

@@ -226,6 +226,8 @@ particlefx.play("#particles")
 particlefx.stop("#particles")
 ```
 
+To start and stop a particle effect from a GUI script see the [GUI Particle FX manual](/manuals/gui-particlefx#controlling-the-effect) for more information.
+
 ::: sidenote
 A particle effect will continue to emit particles even if the game object the particle effect component belonged to is deleted.
 :::

+ 2 - 0
docs/pl/manuals/particlefx.md

@@ -226,6 +226,8 @@ particlefx.play("#particles")
 particlefx.stop("#particles")
 ```
 
+Aby uruchomić i zatrzymać efekt cząsteczkowy z poziomu skryptu GUI zobacz: [instrukcję dla GUI Particle FX](/manuals/gui-particlefx#controlling-the-effect).
+
 ::: sidenote
 Efekt cząsteczkowy będzie nadal emitować cząsteczki nawet wtedy, gdy obiekt gry, do którego należy komponent efektu cząsteczkowego, zostanie usunięty.
 :::