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

Area Manager Exposes Climate, Light Data for the area Binds Colliders in chlidren More...

Inheritance diagram for WeatherBlender.AreaManager:

Public Member Functions

void AreaTraversed (bool isActive)
 Area traversed; Takes in a bool to de/activate More...
 

Public Attributes

Action< AreaManagerareaAction
 Fires whenever the state of the area changes. More...
 

Properties

WeatherConditionsManager WeatherConditionsManager [get]
 Stores a reference to the see cref="WeatherBlender.WeatherConditionsManager"/>. More...
 
WeatherLightManager WeatherLightManager [get]
 Stores a reference to the see cref="WeatherBlender.WeatherLightManager"/>. More...
 
WeatherTimerAbstract Timer [get]
 Reference to the cref="WeatherBlender.WeatherTimerAbstract"/>. More...
 
bool AreaActive [get]
 Gets a value indicating whether this WeatherBlender.AreaManager is active. More...
 

Detailed Description

Area Manager Exposes Climate, Light Data for the area Binds Colliders in chlidren

Member Function Documentation

void WeatherBlender.AreaManager.AreaTraversed ( bool  isActive)

Area traversed; Takes in a bool to de/activate

Parameters
isActiveIf set to true Area becomes active.

Member Data Documentation

Action<AreaManager> WeatherBlender.AreaManager.areaAction

Fires whenever the state of the area changes.

Property Documentation

bool WeatherBlender.AreaManager.AreaActive
get

Gets a value indicating whether this WeatherBlender.AreaManager is active.

true if area active; otherwise, false.

WeatherTimerAbstract WeatherBlender.AreaManager.Timer
get

Reference to the cref="WeatherBlender.WeatherTimerAbstract"/>.

in this area

WeatherConditionsManager WeatherBlender.AreaManager.WeatherConditionsManager
get

Stores a reference to the see cref="WeatherBlender.WeatherConditionsManager"/>.

The weather conditions manager.

WeatherLightManager WeatherBlender.AreaManager.WeatherLightManager
get

Stores a reference to the see cref="WeatherBlender.WeatherLightManager"/>.

The weather light manager.


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