com.threerings.opengl.effect.config
Class ShooterConfig.Outward
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.ShooterConfig
com.threerings.opengl.effect.config.ShooterConfig.Outward
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Enclosing class:
- ShooterConfig
public static class ShooterConfig.Outward
- extends ShooterConfig
Fires particles away from the origin.
|
Field Summary |
float |
upwardBias
The bias in the z direction. |
upwardBias
@Editable(step=0.01)
public float upwardBias
- The bias in the z direction.
ShooterConfig.Outward
public ShooterConfig.Outward()
createShooter
public Shooter createShooter(BaseParticleSystem.Layer layer)
- Description copied from class:
ShooterConfig
- Creates the shooter corresponding to this config.
- Specified by:
createShooter in class ShooterConfig
Copyright © 2011. All Rights Reserved.