MCPcopy 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
250bool ParticleNode::isActive() const noexcept {
251 return _flags.isOn(ParticleNode::Active);
252}
253
254Texture2D* ParticleNode::getTexture() const noexcept {
255 return _texture;

Callers 15

initMethod · 0.80
renderMethod · 0.80
toNodeMethod · 0.80
isPlayingMethod · 0.80
particlenode_is_activeFunction · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
applyMethod · 0.80
updateMethod · 0.80
isSourceActiveMethod · 0.80

Calls 1

isOnMethod · 0.80

Tested by

no test coverage detected