MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / resetTransformationGroup

Method resetTransformationGroup

source/game/StarNetworkedAnimator.cpp:492–494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490}
491
492void NetworkedAnimator::resetTransformationGroup(String const& transformationGroup) {
493 m_transformationGroups.get(transformationGroup).setAffineTransform(Mat3F::identity());
494}
495
496bool NetworkedAnimator::hasParticleEmitter(String const& emitterName) const {
497 return m_particleEmitters.contains(emitterName);

Callers

nothing calls this directly

Calls 3

identityClass · 0.85
setAffineTransformMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected