| 30 | } |
| 31 | |
| 32 | int32 NodeAnimationData::GetKeyframesCount() const |
| 33 | { |
| 34 | return Position.GetKeyframes().Count() + Rotation.GetKeyframes().Count() + Scale.GetKeyframes().Count(); |
| 35 | } |
| 36 | |
| 37 | uint64 NodeAnimationData::GetMemoryUsage() const |
| 38 | { |
no test coverage detected