mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-16 16:48:15 +03:00
Rename Ugc.Item.PreviewImageUrl
This commit is contained in:
parent
a4a1b32bc7
commit
f42fdfd09a
@ -197,7 +197,7 @@ namespace Steamworks.Ugc
|
|||||||
/// <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 @@ namespace Steamworks.Ugc
|
|||||||
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…
x
Reference in New Issue
Block a user