MonoGdx.Graphics.G2D.TextureContext.TextureContext C# (CSharp) Method

TextureContext() public method

public TextureContext ( Microsoft.Xna.Framework.Graphics.Texture2D texture ) : System
texture Microsoft.Xna.Framework.Graphics.Texture2D
return System
        public TextureContext(Texture2D texture)
        {
            _texture = texture;
        }

Same methods

TextureContext::TextureContext ( Microsoft.Xna.Framework.Content.ContentManager contentManager, string assetName, bool premultiplyAlpha ) : System
TextureContext::TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, Stream stream, bool premultiplyAlpha ) : System
TextureContext::TextureContext ( Microsoft.Xna.Framework.Graphics.GraphicsDevice graphicsDevice, string file, bool premultiplyAlpha ) : System