| 53 | #if USE_EDITOR |
| 54 | |
| 55 | void MaterialBase::GetReferences(Array<Guid>& assets, Array<String>& files) const |
| 56 | { |
| 57 | BinaryAsset::GetReferences(assets, files); |
| 58 | Params.GetReferences(assets); |
| 59 | } |
| 60 | |
| 61 | #endif |
nothing calls this directly
no test coverage detected