WeatherBlender  v1.0
Weather and Climate Engine for Unity3D
Classes | Public Member Functions | List of all members
WeatherBlender.WeatherLightManager Class Reference

Handles Colour operations in the current area More...

Inheritance diagram for WeatherBlender.WeatherLightManager:

Classes

struct  ColourEntry
 

Public Member Functions

void LightColourSet (Color newColour)
 Overwrite Lighting Colour More...
 
void Blend (WeatherState state)
 Blend colour with the current lighting Undo this by calling Revert(state); More...
 
void Revert (WeatherState state)
 Remove the lighting elements of this State Undo version of Blend(state); More...
 

Detailed Description

Handles Colour operations in the current area

Member Function Documentation

void WeatherBlender.WeatherLightManager.Blend ( WeatherState  state)

Blend colour with the current lighting Undo this by calling Revert(state);

Parameters
state
void WeatherBlender.WeatherLightManager.LightColourSet ( Color  newColour)

Overwrite Lighting Colour

Parameters
newColourColour Value
void WeatherBlender.WeatherLightManager.Revert ( WeatherState  state)

Remove the lighting elements of this State Undo version of Blend(state);

Parameters
state

The documentation for this class was generated from the following file: