TextureServices

Namespace: Murder.Services
Assembly: Murder.dll

public static class TextureServices

⭐ Methods

FromFile(GraphicsDevice, string, bool)

public Texture2D FromFile(GraphicsDevice graphicsDevice, string path, bool premultiplyAlpha)

Parameters
graphicsDevice GraphicsDevice
path string
premultiplyAlpha bool

Returns
Texture2D