Class TextureCache
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public class TextureCache
- Inheritance
-
TextureCache
- Inherited Members
Fields
futileAtlasListings
public static List<string> futileAtlasListings
Field Value
Methods
ClearRegisteredFutileAtlases()
public static void ClearRegisteredFutileAtlases()
GetAtlasWithName(string)
public static FAtlas GetAtlasWithName(string atlas)
Parameters
atlasstring
Returns
LoadAtlasFromTexture(string, Texture, bool)
public static void LoadAtlasFromTexture(string atlas, Texture texture, bool textureFromAsset)