Steamworks.NativeMethods.ISteamRemoteStorage_UGCDownload C# (CSharp) Method

ISteamRemoteStorage_UGCDownload() private method

private ISteamRemoteStorage_UGCDownload ( UGCHandle_t hContent, uint unPriority ) : ulong
hContent UGCHandle_t
unPriority uint
return ulong
		public static extern ulong ISteamRemoteStorage_UGCDownload(UGCHandle_t hContent, uint unPriority);
NativeMethods