Click or drag to resize
SkyboxMaterial Constructor (String, Boolean)
Create the default material.

Namespace:  GeonBit.Core.Graphics.Materials
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public SkyboxMaterial(
	string texture,
	bool flipYZ = false
)

Parameters

texture
Type: SystemString
Skybox texture.
flipYZ (Optional)
Type: SystemBoolean
If true, will flip between Y and Z axis.
See Also