| 193 | { |
| 194 | public: |
| 195 | Animation() = default; |
| 196 | |
| 197 | // Change an animation state token to a new state |
| 198 | inline bool ChangeState(AnimationState& state, const StatesEnum& sStateName) const |
nothing calls this directly
no outgoing calls
no test coverage detected