com.threerings.opengl.effect.config
Class ShooterConfig
java.lang.Object
com.threerings.util.DeepObject
com.threerings.opengl.effect.config.ShooterConfig
- All Implemented Interfaces:
- Exportable, Copyable, Cloneable
- Direct Known Subclasses:
- ShooterConfig.Cone, ShooterConfig.Outward
@EditorTypes(value={ShooterConfig.Cone.class,ShooterConfig.Outward.class})
public abstract class ShooterConfig- extends DeepObject
- implements Exportable
Determines the particles' initial velocities.
ShooterConfig
public ShooterConfig()
createShooter
public abstract Shooter createShooter(BaseParticleSystem.Layer layer)
- Creates the shooter corresponding to this config.
Copyright © 2011. All Rights Reserved.