CPUParticles.fixedFps

The particle system's frame rate is fixed to a value. For instance, changing the value to 2 will make the particles render at 2 frames per second. Note this does not slow down the particle system itself.

  1. long fixedFps [@property getter]
  2. long fixedFps [@property setter]
    struct CPUParticles
    @nogc nothrow @property
    void
    fixedFps
    (
    long v
    )

Meta