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

ModIO.CacheClient.LoadModGalleryImage

Jackson Wood edited this page Feb 20, 2019 · 4 revisions

CacheClient.LoadModGalleryImage

public static Texture2D LoadModGalleryImage(int modId, string imageFileName, ModGalleryImageSize size);

Parameters

Name Description
modId
imageFileName
size

Returns

Texture2D: Result of the function calculations

Description

Retrieves a mod gallery image from the cache.

Clone this wiki locally