WeatherMakerProfileScript Class |
Namespace: DigitalRuby.WeatherMaker
The WeatherMakerProfileScript type exposes the following members.
Name | Description | |
---|---|---|
WeatherMakerProfileScript | Initializes a new instance of the WeatherMakerProfileScript 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.) | |
RandomHoldDuration |
Get a random hold duration
| |
RandomTransitionDuration |
Get a random transition duration
| |
SetDirty | Obsolete. (Inherited from ScriptableObject.) | |
ToString | Returns the name of the GameObject. | |
TransitionFrom |
Transition from one weather profile to another
| |
Update |
Update
(Inherited from WeatherMakerBaseScriptableObjectScript.) |
Name | Description | |
---|---|---|
AuroraProfile | Aurora profile | |
CloudProfile | Cloud profile | |
Disabled | Whether this object is disabled (Inherited from WeatherMakerBaseScriptableObjectScript.) | |
FogProfile | Fog profile | |
HoldDuration | Override Random duration for profile to hold before transition to another profile, set to 0 to use the profile group transition duration. | |
LightningProfile | Lightning profile | |
PrecipitationProfile | Precipitation profile | |
SkyProfile | Sky profile | |
SoundProfile | Sound profile | |
TransitionDuration | Override random duration for profile to transition in, set to 0 to use the profile group transition duration. | |
WindProfile | Wind profile |
Name | Description | |
---|---|---|
CachedName |
Get cached name
(Defined by WeatherMakerObjectExtensions.) | |
SetCachedName |
Put name in the cache
(Defined by WeatherMakerObjectExtensions.) |