Guard generic AssetReferenceAttribute to work only in .NET 7
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user