Searched refs:SpawnShape (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
H A DSpawnPanel.java32 import com.badlogic.gdx.graphics.g2d.ParticleEmitter.SpawnShape;
52 SpawnShape shape = (SpawnShape)shapeCombo.getSelectedItem();
113 shapeCombo.setModel(new DefaultComboBoxModel(SpawnShape.values()));
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g2d/
H A DParticleEmitter.java1350 SpawnShape shape = SpawnShape.point;
1354 public SpawnShape getShape () {
1358 public void setShape (SpawnShape shape) {
1382 if (shape == SpawnShape.ellipse) {
1391 shape = SpawnShape.valueOf(readString(reader, "shape"));
1392 if (shape == SpawnShape.ellipse) {
1406 static public enum SpawnShape { enum in class:ParticleEmitter

Completed in 30 milliseconds