Table of Contents

Class Texture2DLoader

Namespace
Glitch9.IO.Files
public static class Texture2DLoader
Inheritance
Texture2DLoader
Inherited Members

Methods

LoadAsync(string, PathType)

public static UniTask<Texture2D> LoadAsync(string filePath, PathType pathType = PathType.Assets)

Parameters

filePath string
pathType PathType

Returns

UniTask<Texture2D>