com.threerings.opengl.effect.config
Class InfluenceConfig.Wander
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.InfluenceConfig
com.threerings.opengl.effect.config.InfluenceConfig.Wander
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- InfluenceConfig
public static class InfluenceConfig.Wander
- extends InfluenceConfig
Makes particles wander around randomly.
|
Field Summary |
float |
frequency
The frequency of the effect. |
float |
strength
The strength of the effect. |
frequency
@Editable(min=0.0,
step=0.01)
public float frequency
- The frequency of the effect.
strength
@Editable(min=0.0,
step=0.01)
public float strength
- The strength of the effect.
InfluenceConfig.Wander
public InfluenceConfig.Wander()
createInfluence
public Influence createInfluence(BaseParticleSystem.Layer layer)
- Description copied from class:
InfluenceConfig
- Creates the influence corresponding to this config for the specified layer.
- Specified by:
createInfluence in class InfluenceConfig
Copyright © 2011. All Rights Reserved.