Click or drag to resize

WeatherMakerSkyProfileScriptUpdateSkySphere Method

Perform updates to the sky sphere based on profile settings

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void UpdateSkySphere(
	Camera camera,
	Material material,
	GameObject skySphere,
	WeatherMakerCelestialObjectScript sun
)

Parameters

camera
Type: Camera
Current camera
material
Type: Material
Sky sphere material
skySphere
Type: GameObject
Sky sphere game object
sun
Type: DigitalRuby.WeatherMakerWeatherMakerCelestialObjectScript
The sun
See Also