C# Class MonoGdx.Graphics.G2D.TextureContext

Inheritance: IDisposable
Afficher le fichier Open project: jaquadro/MonoGdx Class Usage Examples

Private Properties

Свойство Type Description
PremultiplyTexture void
SurfaceFormatSize int

Méthodes publiques

Méthode Description
Dispose ( ) : void
TextureContext ( Microsoft.Xna.Framework.Content.ContentManager contentManager, string assetName, bool premultiplyAlpha ) : System
TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, Stream stream, bool premultiplyAlpha ) : System
TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, string file, bool premultiplyAlpha ) : System
TextureContext ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
PremultiplyTexture ( Microsoft.Xna.Framework.Graphics.Texture2D tex ) : void
SurfaceFormatSize ( SurfaceFormat format ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

TextureContext() public méthode

public TextureContext ( Microsoft.Xna.Framework.Content.ContentManager contentManager, string assetName, bool premultiplyAlpha ) : System
contentManager Microsoft.Xna.Framework.Content.ContentManager
assetName string
premultiplyAlpha bool
Résultat System

TextureContext() public méthode

public TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, Stream stream, bool premultiplyAlpha ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
stream Stream
premultiplyAlpha bool
Résultat System

TextureContext() public méthode

public TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, string file, bool premultiplyAlpha ) : System
graphicsDevice Microsoft.Xna.Framework.Graphics.GraphicsDevice
file string
premultiplyAlpha bool
Résultat System

TextureContext() public méthode

public TextureContext ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
Résultat System