WeatherMakerProfileGroupScript Class |
Namespace: DigitalRuby.WeatherMaker
The WeatherMakerProfileGroupScript type exposes the following members.
Name | Description | |
---|---|---|
WeatherMakerProfileGroupScript | Initializes a new instance of the WeatherMakerProfileGroupScript class |
Name | Description | |
---|---|---|
hideFlags | Should the object be hidden, saved with the scene or modifiable by the user? | |
name | The name of the object. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetInstanceID | Returns the instance id of the object. | |
GetType | (Inherited from Object.) | |
Initialize |
Initialize
(Inherited from WeatherMakerBaseScriptableObjectScript.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDestroy |
OnDestroy
(Inherited from WeatherMakerBaseScriptableObjectScript.) | |
OnDisable |
OnDisable
(Inherited from WeatherMakerBaseScriptableObjectScript.) | |
OnEnable |
OnEnable
(Inherited from WeatherMakerBaseScriptableObjectScript.) | |
OverrideProfile |
Override a profile with profile replacement, set null for parameters to not override
| |
PickWeightedProfile |
Pick a random profile based on weights of the profiles
| |
SetDirty | Obsolete. (Inherited from ScriptableObject.) | |
ToString | Returns the name of the GameObject. | |
Update |
Update
(Inherited from WeatherMakerBaseScriptableObjectScript.) |
Name | Description | |
---|---|---|
AuroraProfile | Override aurora profile (set to null to not override) | |
CloudProfile | Override cloud profile (set to null to not override) | |
Disabled | Whether this object is disabled (Inherited from WeatherMakerBaseScriptableObjectScript.) | |
FogProfile | Override fog profile (set to null to not override) | |
HoldDuration | (Seconds) Override random duration for profiles to hold before transition to another profile, set to 0 to use the weather zone hold duration. | |
LightningProfile | Override lightning profile (set to null to not override) | |
PrecipitationProfile | Override precipitation profile (set to null to not override) | |
Profiles | Profiles. A random profile is chosen using the weight of all profiles. | |
SkyProfile | Override sky profile (set to null to not override) | |
SoundProfile | Override sound profile (set to null to not override) | |
TransitionDuration | (Seconds) Override random duration for profiles to transition in, set to 0 to use the weather zone transition duration. | |
WindProfile | Override wind profile (set to null to not override) |
Name | Description | |
---|---|---|
CachedName |
Get cached name
(Defined by WeatherMakerObjectExtensions.) | |
SetCachedName |
Put name in the cache
(Defined by WeatherMakerObjectExtensions.) |