Gets the life of each particle. * * @return The life of each particle. */
| 714 | * @return The life of each particle. |
| 715 | */ |
| 716 | float getLife() const { return _life; } |
| 717 | /** Sets the life of each particle. |
| 718 | * |
| 719 | * @param life The life of each particle. |
no outgoing calls