Function Particles2D.localCoords
If true
, particles use the parent node's coordinate space. If false
, they use global coordinates.
bool localCoords() nothrow @property @nogc;
void localCoords
(
bool v
) nothrow @property @nogc;