| 507 | } |
| 508 | |
| 509 | void AnimationClient::ClearBlendAnimation() { |
| 510 | reader.ClearBlendAnim(); |
| 511 | } |
| 512 | |
| 513 | float AnimationClient::GetAnimationEventTime(const std::string &event_name) const { |
| 514 | return reader.GetAnimationEventTime(event_name, blendmap); |
no test coverage detected