Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1948
void ParticleSystem::setRadialAccel(float t)
1949
{
1950
AXASSERT(_emitterMode == Mode::GRAVITY,
"Particle Mode should be Gravity"
);
1951
modeA.radialAccel = t;
1952
}
1953
1954
float ParticleSystem::getRadialAccel() const
1955
{
Callers
1
onEnter
Method · 0.80
Calls
no outgoing calls
Tested by
1
onEnter
Method · 0.64