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

ModIO.IOUtilities.TryReadImageFile

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

IOUtilities.TryReadImageFile

public static bool TryReadImageFile(string filePath, Texture2D texture);

Parameters

Name Description
filePath
texture

Returns

bool: Result of the function calculations

Description

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

Clone this wiki locally