Uses of Class
com.threerings.opengl.effect.config.CounterConfig

Packages that use CounterConfig
com.threerings.opengl.effect.config Effect configurations. 
 

Uses of CounterConfig in com.threerings.opengl.effect.config
 

Subclasses of CounterConfig in com.threerings.opengl.effect.config
static class CounterConfig.ConstantRate
          Releases particles at a constant rate.
static class CounterConfig.RandomIntervals
          Superclass for counters that determine the number of particles to release by generating sequences of interarrival times (intervals).
static class CounterConfig.Unlimited
          Always releases the maximum number of particles.
 

Fields in com.threerings.opengl.effect.config declared as CounterConfig
 CounterConfig BaseParticleSystemConfig.Layer.counter
          Controls the number of particles emitted at each frame.
 



Copyright © 2011. All Rights Reserved.