com.threerings.opengl.effect.config
Class CounterConfig.RandomIntervals
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.CounterConfig
com.threerings.opengl.effect.config.CounterConfig.RandomIntervals
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- CounterConfig
public static class CounterConfig.RandomIntervals
- extends CounterConfig
Superclass for counters that determine the number of particles to release by generating
sequences of interarrival times (intervals).
interval
@Editable(min=0.0,
step=0.01)
public FloatVariable interval
- The interval variable.
CounterConfig.RandomIntervals
public CounterConfig.RandomIntervals()
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.