setShape method

void setShape(
  1. ParticleShapeType shape
)

Implementation

void setShape(ParticleShapeType shape) {
  this.shape = shape;
  init();
}