Skip to content
This repository was archived by the owner on Sep 21, 2022. It is now read-only.

ModIO.CacheClient.SaveModYouTubeThumbnail

Jackson Wood edited this page Feb 20, 2019 · 1 revision

CacheClient.SaveModYouTubeThumbnail

public static bool SaveModYouTubeThumbnail(int modId, string youTubeId, Texture2D thumbnail);

Parameters

Name Description
modId
youTubeId
thumbnail

Returns

bool: Result of the function calculations

Description

Stores a YouTube thumbnail in the cache.

Clone this wiki locally