ParticlesMaterial.flagDisableZ

If true particles will not move on the z axis. Default value: true for Particles2D, false for Particles.

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

Meta