MCPcopy Create free account
hub / github.com/axmolengine/axmol / getLifeVar

Function getLifeVar

core/2d/ParticleSystem.h:727–727  ·  view source on GitHub ↗

Gets the life variance of each particle. * * @return The life variance of each particle. */

Source from the content-addressed store, hash-verified

725 * @return The life variance of each particle.
726 */
727 float getLifeVar() const { return _lifeVar; }
728 /** Sets the life variance of each particle.
729 *
730 * @param lifeVar The life variance of each particle.

Callers 1

simulateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected