C# Class PsmFramework.Engines.DrawEngine2d.Textures.Texture2dPlus

Inheritance: Texture2D
Afficher le fichier Open project: artwallace/PsmFramework Class Usage Examples

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Cleanup ( ) : void
CleanupTextureManager ( ) : void
Initialize ( TextureManager textureMgr, TextureCachePolicy cachePolicy, String key ) : void
InitializeTextureManager ( TextureManager textureMgr, TextureCachePolicy cachePolicy, String key ) : void
Texture2dPlus ( TextureManager textureMgr, String key, Int32 width, Int32 height, PixelFormat pixelFormat, TextureCachePolicy cachePolicy = TextureCachePolicy.DisposeAfterLastUse ) : System
Texture2dPlus ( TextureManager textureMgr, String path, TextureCachePolicy cachePolicy = TextureCachePolicy.DisposeAfterLastUse ) : System

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void