WeatherMakerMeteorShowerProfileScript Class |
Namespace: DigitalRuby.WeatherMaker
The WeatherMakerMeteorShowerProfileScript type exposes the following members.
| Name | Description | |
|---|---|---|
| WeatherMakerMeteorShowerProfileScript | Initializes a new instance of the WeatherMakerMeteorShowerProfileScript 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.) | |
| MemberwiseClone | (Inherited from Object.) | |
| SetDirty | Obsolete. (Inherited from ScriptableObject.) | |
| ToString | Returns the name of the GameObject. |
| Name | Description | |
|---|---|---|
| ArcRange | Arc range, determines in what angles the meteors may be emitted from. 360 for all directions. | |
| EmissionRange | How many emissions per second | |
| LifetimeRangeMax | How long, in seconds, meteor emissions should live (max value) | |
| LifetimeRangeMin | How long, in seconds, meteor emissions should live (min value) | |
| OffsetMax | Random offset range (-1 to 1, max) multiplied by camera far plane from each rendered camera where the particle system will be placed. | |
| OffsetMin | Random offset range (-1 to 1, min) multiplied by camera far plane from each rendered camera where the particle system will be placed. | |
| RadiusRange | Radius range, as percent of camera far plane. Determines in how large an area in the sky meteors are emitted from. | |
| RefreshInterval | How often in seconds to pick new random emission values. This helps randomize things a bit and keeps from a very static meteor shower, but you can set to 0,0 for no change. | |
| SpeedRangeMax | Speed range in percentage of camera far plane for emitted meteors (max value) | |
| SpeedRangeMin | Speed range in percentage of camera far plane for emitted meteors (min value) | |
| Visibility | When is the meteor shower visible, center is sun at horizon. White areas are fully visible, black are fully invisible. |
| Name | Description | |
|---|---|---|
| CachedName |
Get cached name
(Defined by WeatherMakerObjectExtensions.) | |
| SetCachedName |
Put name in the cache
(Defined by WeatherMakerObjectExtensions.) |