Click or drag to resize

WeatherMakerSkyProfileScriptUpdateSkyPlane Method

Perform updates to the sky plane based on profile settings

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

Parameters

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