| 316 | } |
| 317 | |
| 318 | StringList NetworkedAnimator::partNames() const { |
| 319 | return m_animatedParts.partNames(); |
| 320 | } |
| 321 | |
| 322 | Json NetworkedAnimator::stateProperty(String const& stateType, String const& propertyName) const { |
| 323 | return m_animatedParts.activeState(stateType).properties.value(propertyName); |