How to access single particle in Particles2D via script?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By GGGRRR

I want to make every single particle to swing. Unfortunately I did not find how to do this with standard Godot tools, so I need to write script which will change angular speed of single particle to opposite when angle is min or max. But I have no idea how to get single particle - looks like get_children() does not work that way.
Thanks.

:bust_in_silhouette: Reply From: GGGRRR

Swing of particles can be done with curvetexture of angle property.