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

Method setRadialAccelVar

core/2d/ParticleSystem.cpp:1960–1964  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1958}
1959
1960void ParticleSystem::setRadialAccelVar(float t)
1961{
1962 AXASSERT(_emitterMode == Mode::GRAVITY, "Particle Mode should be Gravity");
1963 modeA.radialAccelVar = t;
1964}
1965
1966float ParticleSystem::getRadialAccelVar() const
1967{

Callers 1

onEnterMethod · 0.80

Calls

no outgoing calls

Tested by 1

onEnterMethod · 0.64