ParticleConeShapeOptions
classe ParticleConeShapeOptions
Particle cone emission format options.
public class ParticleConeShapeOptions
— Constructors (1) —
| Constructor | Description |
|---|---|
| ParticleConeShapeOptions() | Creates a new instance of ParticleConeShapeOptions. |
— Methods (6) —
| Name | Description |
|---|---|
| float getMaxAngle() | Returns the maximum emission angle of the particles. |
| void setMaxAngle(float value) | Sets the maximum emission angle of the particles. |
| float getMinAngle() | Returns the minimum emission angle of the particles. |
| void setMinAngle(float value) | Sets the minimum emission angle of the particles. |
| float getRadius() | Returns the current particle emission radius. |
| void setRadius(float value) | Sets the current particle emission radius. |