Click or drag to resize
SceneBackground Constructor (String)
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(
	string path
)

Parameters

path
Type: SystemString
Background texture path.
See Also