com.threerings.opengl.effect.config
Class CounterConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.CounterConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- CounterConfig.ConstantRate, CounterConfig.RandomIntervals, CounterConfig.Unlimited
@EditorTypes(value={CounterConfig.Unlimited.class,CounterConfig.ConstantRate.class,CounterConfig.RandomIntervals.class})
public abstract class CounterConfig- extends DeepObject
- implements Exportable
Determines how many particles to emit at each frame.
CounterConfig
public CounterConfig()
createCounter
public abstract Counter createCounter()
- Creates the counter corresponding to this config.
Copyright © 2011. All Rights Reserved.