| 50 | Delegate<Asset*> Content::AssetReloading; |
| 51 | |
| 52 | String AssetInfo::ToString() const |
| 53 | { |
| 54 | return String::Format(TEXT("ID: {0}, TypeName: {1}, Path: \'{2}\'"), ID, TypeName, Path); |
| 55 | } |
| 56 | |
| 57 | void FLAXENGINE_API Serialization::Serialize(ISerializable::SerializeStream& stream, const SceneReference& v, const void* otherObj) |
| 58 | { |
no test coverage detected