com.threerings.opengl.effect.config
Class CounterConfig.ConstantRate
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.CounterConfig
com.threerings.opengl.effect.config.CounterConfig.ConstantRate
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- CounterConfig
public static class CounterConfig.ConstantRate
- extends CounterConfig
Releases particles at a constant rate.
|
Field Summary |
float |
rate
The number of particles to release every second. |
rate
@Editable(min=0.0,
step=0.1)
public float rate
- The number of particles to release every second.
CounterConfig.ConstantRate
public CounterConfig.ConstantRate()
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.