WeatherProperties Class |
Namespace: WeatherSystem
public class WeatherProperties : ScriptableObject, IActivatable
The WeatherProperties type exposes the following members.
Name | Description | |
---|---|---|
![]() | WeatherProperties | Initializes a new instance of the WeatherProperties class |
Name | Description | |
---|---|---|
![]() | hideFlags | (Inherited from Object.) |
![]() | name | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | ApplyIntensity |
Iterates over all held WeatherPropertys and updates them with the new intensity value
Then notifies all reliant weather properties to update
|
![]() | Equals | (Inherited from Object.) |
![]() | EvaluateIntensityData |
Calculates the intensity that would be passed to a weather property (NOT a reliant weather property) and returns the result
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInstanceID | (Inherited from Object.) |
![]() | OnActivate |
Activates all held WeatherPropertys and ReliantWeatherProperties
|
![]() | OnDeactivate |
Deactivates all held WeatherPropertys
|
![]() | SetDirty | Obsolete. (Inherited from ScriptableObject.) |
![]() | ToString | (Inherited from Object.) |