WeatherMakerSkyProfileScript.UpdateSkyPlane 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
Syntaxpublic void UpdateSkyPlane(
Camera camera,
Material material,
GameObject skyPlane,
WeatherMakerCelestialObjectScript sun
)
Public Sub UpdateSkyPlane (
camera As Camera,
material As Material,
skyPlane As GameObject,
sun As WeatherMakerCelestialObjectScript
)
public:
void UpdateSkyPlane(
Camera^ camera,
Material^ material,
GameObject^ skyPlane,
WeatherMakerCelestialObjectScript^ sun
)
member UpdateSkyPlane :
camera : Camera *
material : Material *
skyPlane : GameObject *
sun : WeatherMakerCelestialObjectScript -> unit
Parameters
- camera
- Type: Camera
Current camera - material
- Type: Material
Sky sphere material - skyPlane
- Type: GameObject
Sky plane game object - sun
- Type: DigitalRuby.WeatherMaker.WeatherMakerCelestialObjectScript
The sun
See Also