WeatherMakerLightningProfileScript Class |
Namespace: DigitalRuby.WeatherMaker
The WeatherMakerLightningProfileScript type exposes the following members.
| Name | Description | |
|---|---|---|
| WeatherMakerLightningProfileScript | Initializes a new instance of the WeatherMakerLightningProfileScript 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.) | |
| SetDirty | Obsolete. (Inherited from ScriptableObject.) | |
| ToString | Returns the name of the GameObject. | |
| Update |
Update
(Inherited from WeatherMakerBaseScriptableObjectScript.) |
| Name | Description | |
|---|---|---|
| Disabled | Whether this object is disabled (Inherited from WeatherMakerBaseScriptableObjectScript.) | |
| LightningCloudChance | The chance lightning will simply be in the clouds with no visible bolt. | |
| LightningForcedVisibilityProbability | Probability that lightning strikes will be forced to be visible in the camera view. Even if this fails, there is still a change that the lightning will be visible. Ignored for some modes such as 2D. | |
| LightningGroundChance | The chance that non-cloud lightning will hit the ground. | |
| LightningIntenseProbability | Probability lightning will be intense (close up and loud). | |
| LightningIntervalTimeRange | The random range of seconds in between lightning strikes. |
| Name | Description | |
|---|---|---|
| CachedName |
Get cached name
(Defined by WeatherMakerObjectExtensions.) | |
| SetCachedName |
Put name in the cache
(Defined by WeatherMakerObjectExtensions.) |