Click or drag to resize
SkyBox Constructor
Create the skybox renderer component.

Namespace:  GeonBit.ECS.Components.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SkyBox(
	string texture = null
)

Parameters

texture (Optional)
Type: SystemString
Skybox texture path (leave null for default texture).
See Also