Tesseract Engine Documentation

GameScreen.SetBackground Method (Texture2D, Single)

Set the background texture with a specific alpha value.

public void SetBackground(
   Texture2D backgroundTexture,
   Single alpha
);

Parameters

backgroundTexture
Texture used in background.
alpha
Alpha value used to draw.

See Also

GameScreen Class | DarkWynter.Engine.Menus Namespace | GameScreen.SetBackground Overload List