Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ isActive
Method
isActive
Source/Node/Particle.cpp:250–252 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
bool ParticleNode::isActive() const noexcept {
251
return _flags.isOn(ParticleNode::Active);
252
}
253
254
Texture2D* ParticleNode::getTexture() const noexcept {
255
return _texture;
Callers
15
init
Method · 0.80
render
Method · 0.80
toNode
Method · 0.80
isPlaying
Method · 0.80
particlenode_is_active
Function · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
apply
Method · 0.80
update
Method · 0.80
isSourceActive
Method · 0.80
Calls
1
isOn
Method · 0.80
Tested by
no test coverage detected