Particles2D.localCoords

If true particles use the parent node's coordinate space. If false they use global coordinates. Default value: true.

  1. bool localCoords [@property getter]
  2. bool localCoords [@property setter]
    struct Particles2D
    @nogc nothrow @property
    void
    localCoords
    (
    bool v
    )

Meta