| 282 | // [BinaryAsset] |
| 283 | #if USE_EDITOR |
| 284 | void GetReferences(Array<Guid>& assets, Array<String>& files) const override |
| 285 | { |
| 286 | BinaryAsset::GetReferences(assets, files); |
| 287 | Graph.GetReferences(assets); |
| 288 | } |
| 289 | bool Save(const StringView& path = StringView::Empty) override; |
| 290 | #endif |
| 291 |
nothing calls this directly
no test coverage detected