ParticleSphereShapeOptions
class ParticleSphereShapeOptions
Particle sphere emission format options.
public class ParticleSphereShapeOptions
— Constructors (1) —
Constructor | Description |
---|---|
ParticleSphereShapeOptions() | Creates a new instance of ParticleSphereShapeOptions. |
— Methods (8) —
Name | Description |
---|---|
float getRadius() | Returns the current particle emission radius. |
void setRadius(float value) | Sets the current particle emission radius. |
float getRandomizeRotation() | Returns the random value of particle rotation. |
void setRandomizeRotation(float value) | Sets a random value for particle rotation. |
float getSpherizeRotation() | Returns the sphere rotation of the particle emission. |
void setSpherizeRotation(float value) | Sets the sphere rotation of the particle emission. |
float getVolume() | Returns the current particle emission volume. |
void setVolume(float value) | Sets the current particle emission volume. |