mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-28 15:45:29 +03:00
Rename Ugc.Item.PreviewImageUrl
This commit is contained in:
parent
a4a1b32bc7
commit
f42fdfd09a
@ -197,7 +197,7 @@ public async Task<bool> Vote( bool up )
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// The URL to the preview image for this item
|
/// The URL to the preview image for this item
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string PreviewUrl { get; internal set; }
|
public string PreviewImageUrl { get; internal set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
@ -41,7 +41,7 @@ public IEnumerable<Item> Entries
|
|||||||
var sb = Helpers.TakeStringBuilder();
|
var sb = Helpers.TakeStringBuilder();
|
||||||
if ( SteamUGC.Internal.GetQueryUGCPreviewURL( Handle, i, sb, (uint)sb.Capacity ) )
|
if ( SteamUGC.Internal.GetQueryUGCPreviewURL( Handle, i, sb, (uint)sb.Capacity ) )
|
||||||
{
|
{
|
||||||
item.PreviewUrl = sb.ToString();
|
item.PreviewImageUrl = sb.ToString();
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO GetQueryUGCAdditionalPreview
|
// TODO GetQueryUGCAdditionalPreview
|
||||||
|
Loading…
Reference in New Issue
Block a user