Skip to main content

Particle

class Particle

Particles in the scene.


public class Particle

— Constructors (1) —

ConstructorDescription
Particle()Creates a new Particle instance.

— Methods (12) —

NameDescription
Color getColor()Returns the current color of the particle.
void setColor(Color value)Sets the current color of the particle.
float getLiteTime()Returns the lifetime of the particle.
void setLiteTime(float value)Sets the lifetime of the particle.
Vector3 getMovement()Returns the direction of motion of the particle.
void setMovement(Vector3 value)Sets the direction of movement of the particle.
Vector3 getPosition()Returns the current position of the particle.
void setPosition(Vector3 value)Sets the current position of the particle.
float getRotation()Returns the current rotation of the particle.
void setRotation(float value)Sets the current particle rotation.
float getScale()Returns the current scale rotation.
void setScale(float value)Sets the current scale rotation.