Click or drag to resize
SceneBackground Constructor (Texture2D)
Create the scene background component.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SceneBackground(
	Texture2D texture
)

Parameters

texture
Type: Texture2D
Background texture to draw.
See Also