githubEdit

TextureContentLoader

Introduction

TextureContentLoader is a class responsible for loading Texture 2Ds from various formats. If a Texture2D is loaded by the FlatRedBall engine, the call ultimately makes its way to the TextureContentLoader.

Most projects do not need to use this class, but it provides lower-level control over loading textures.

Last updated

Was this helpful?