com.threerings.opengl.effect.config
Class CounterConfig.Unlimited

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.effect.config.CounterConfig
          extended by com.threerings.opengl.effect.config.CounterConfig.Unlimited
All Implemented Interfaces:
Exportable, Copyable, Cloneable
Enclosing class:
CounterConfig

public static class CounterConfig.Unlimited
extends CounterConfig

Always releases the maximum number of particles.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.effect.config.CounterConfig
CounterConfig.ConstantRate, CounterConfig.RandomIntervals, CounterConfig.Unlimited
 
Constructor Summary
CounterConfig.Unlimited()
           
 
Method Summary
 Counter createCounter()
          Creates the counter corresponding to this config.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CounterConfig.Unlimited

public CounterConfig.Unlimited()
Method Detail

createCounter

public Counter createCounter()
Description copied from class: CounterConfig
Creates the counter corresponding to this config.

Specified by:
createCounter in class CounterConfig


Copyright © 2011. All Rights Reserved.