Guard generic AssetReferenceAttribute to work only in .NET 7

This commit is contained in:
2023-07-30 20:48:18 +03:00
parent 06250fcb6d
commit bf351f71bf

View File

@@ -54,6 +54,7 @@ namespace FlaxEngine
}
}
#if USE_NETCORE
/// <summary>
/// Specifies a options for an asset reference picker in the editor. Allows to customize view or provide custom value assign policy.
/// </summary>
@@ -70,4 +71,5 @@ namespace FlaxEngine
{
}
}
#endif
}