| 66 | } |
| 67 | |
| 68 | NetworkedAnimator::NetworkedAnimator() { |
| 69 | m_zoom.set(1.0f); |
| 70 | m_flipped.set(false); |
| 71 | m_flippedRelativeCenterLine.set(0.0f); |
| 72 | m_animationRate.set(1.0f); |
| 73 | setupNetStates(); |
| 74 | } |
| 75 | |
| 76 | NetworkedAnimator::NetworkedAnimator(Json config, String relativePath) : NetworkedAnimator() { |
| 77 | auto& root = Root::singleton(); |
nothing calls this directly
no test coverage detected