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

ModIO.IOUtilities.ReadImageFile

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

IOUtilities.ReadImageFile

public static Texture2D ReadImageFile(string filePath);

Parameters

Name Description
filePath

Returns

Texture2D: Result of the function calculations

Description

Loads the image data from a file into a new Texture.

Clone this wiki locally