Interface ParticleEmitter

All Known Implementing Classes:
LineSegmentEmitter, MeshEmitter, PointEmitter, RectangleEmitter, RingEmitter, SavableParticleEmitter

public interface ParticleEmitter
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the next point from this emitter.
  • Method Details

    • randomEmissionPoint

      Vector3 randomEmissionPoint(Vector3 store)
      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