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

Method setTransformationGroup

source/game/StarNetworkedAnimator.cpp:458–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

456}
457
458void NetworkedAnimator::setTransformationGroup(String const& transformationGroup, Mat3F const& matrix) {
459 m_transformationGroups.get(transformationGroup).setAffineTransform(matrix);
460}
461
462void NetworkedAnimator::translateTransformationGroup(String const& transformationGroup, Vec2F const& translation) {
463 auto& group = m_transformationGroups.get(transformationGroup);

Callers 1

updateMethod · 0.80

Calls 2

setAffineTransformMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected