java.lang.Object
com.ardor3d.extension.effect.particle.emitter.SavableParticleEmitter
com.ardor3d.extension.effect.particle.emitter.RingEmitter
All Implemented Interfaces:
ParticleEmitter, Savable

public class RingEmitter extends SavableParticleEmitter
  • Constructor Details

    • RingEmitter

      public RingEmitter()
    • RingEmitter

      public RingEmitter(Ring source)
      Parameters:
      source - the ring to use as our source
  • Method Details

    • setSource

      public void setSource(Ring source)
    • getSource

      public Ring getSource()
    • randomEmissionPoint

      public Vector3 randomEmissionPoint(Vector3 store)
      Description copied from interface: ParticleEmitter
      Get the next point from this emitter.
      Parameters:
      store - the vector to store our point in. If null, a new one is created.
      Returns:
      the vector we stored in
    • read

      public void read(InputCapsule capsule) throws IOException
      Throws:
      IOException
    • write

      public void write(OutputCapsule capsule) throws IOException
      Throws:
      IOException