Steamworks.NativeMethods.ISteamGameServerUGC_RemoveItemPreview C# (CSharp) 메소드

ISteamGameServerUGC_RemoveItemPreview() 개인적인 메소드

private ISteamGameServerUGC_RemoveItemPreview ( UGCUpdateHandle_t handle, uint index ) : bool
handle UGCUpdateHandle_t
index uint
리턴 bool
		public static extern bool ISteamGameServerUGC_RemoveItemPreview(UGCUpdateHandle_t handle, uint index);
NativeMethods