com.threerings.opengl.effect.config
Class ShooterConfig.Outward

java.lang.Object
  extended by com.threerings.util.DeepObject
      extended by com.threerings.opengl.effect.config.ShooterConfig
          extended by 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.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.threerings.opengl.effect.config.ShooterConfig
ShooterConfig.Cone, ShooterConfig.Outward
 
Field Summary
 float upwardBias
          The bias in the z direction.
 
Constructor Summary
ShooterConfig.Outward()
           
 
Method Summary
 Shooter createShooter(BaseParticleSystem.Layer layer)
          Creates the shooter corresponding to this config.
 
Methods inherited from class com.threerings.util.DeepObject
clone, copy, copy, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

upwardBias

@Editable(step=0.01)
public float upwardBias
The bias in the z direction.

Constructor Detail

ShooterConfig.Outward

public ShooterConfig.Outward()
Method Detail

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.