Table of Contents

Class TexturePool

Namespace
Lime
Assembly
Lime.dll
public sealed class TexturePool
Inheritance
TexturePool
Inherited Members

Fields

Instance

public static readonly TexturePool Instance

Field Value

TexturePool

Methods

DiscardAllStubTextures()

public void DiscardAllStubTextures()

DiscardAllTextures()

public void DiscardAllTextures()

DiscardTexturesUnderPressure()

public void DiscardTexturesUnderPressure()

GetTexture(string)

public ITexture GetTexture(string path)

Parameters

path string

Returns

ITexture

Events

TextureCreated

public event TexturePool.TextureCreatedDelegate TextureCreated

Event Type

TexturePool.TextureCreatedDelegate

TextureCreating

public event TexturePool.TextureCreatingDelegate TextureCreating

Event Type

TexturePool.TextureCreatingDelegate

TextureMissing

public static event Texture2D.TextureMissingDelegate TextureMissing

Event Type

Texture2D.TextureMissingDelegate