Class: Particle
This page documents the methods and fields available in the Particle class.
Members
| Signature | Description |
|---|---|
getColor() | Returns the current color. |
getLiteTime() | Returns the current lite time. |
getMovement() | Returns the current movement. |
getPosition() | Returns the current position. |
getRotation() | Returns the current rotation. |
getScale() | Returns the current scale. |
setColor(Color) | Sets or updates the color. |
setLiteTime(float) | Sets or updates the lite time. |
setMovement(Vector3) | Sets or updates the movement. |
setPosition(Vector3) | Sets or updates the position. |
setRotation(float) | Sets or updates the rotation. |
setScale(float) | Sets or updates the scale. |