MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / setTexRect

Method setTexRect

Sources/nCine/Graphics/ParticleSystem.cpp:135–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void ParticleSystem::setTexRect(const Recti& rect)
136 {
137 for (auto& particle : particleArray_) {
138 particle->setTexRect(rect);
139 }
140 }
141
142 void ParticleSystem::setAnchorPoint(float xx, float yy)
143 {

Callers 1

ParticleSystemMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected