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

Method setRadialAccel

core/2d/ParticleSystem.cpp:1948–1952  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1946}
1947
1948void ParticleSystem::setRadialAccel(float t)
1949{
1950 AXASSERT(_emitterMode == Mode::GRAVITY, "Particle Mode should be Gravity");
1951 modeA.radialAccel = t;
1952}
1953
1954float ParticleSystem::getRadialAccel() const
1955{

Callers 1

onEnterMethod · 0.80

Calls

no outgoing calls

Tested by 1

onEnterMethod · 0.64