Set the background texture
public void SetBackground(Texture2D);
Set the background texture with a specific alpha value.
public void SetBackground(Texture2D,Single);
GameScreen Class | DarkWynter.Engine.Menus Namespace