| 220 | } |
| 221 | |
| 222 | void AnimationGraph::GetReferences(Array<Guid>& assets, Array<String>& files) const |
| 223 | { |
| 224 | BinaryAsset::GetReferences(assets, files); |
| 225 | Graph.GetReferences(assets); |
| 226 | } |
| 227 | |
| 228 | bool AnimationGraph::Save(const StringView& path) |
| 229 | { |
nothing calls this directly
no test coverage detected