Click or drag to resize

WeatherMakerZullZoneState Class

Null zone state
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerZullZoneState

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
[SerializableAttribute]
public sealed class WeatherMakerZullZoneState

The WeatherMakerZullZoneState type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerZullZoneState
Initializes a new instance of the WeatherMakerZullZoneState class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldEnabled
Whether the state is enabled.
Public fieldFade
Null zone fade. Lower values fade more near the edges of the null zone. Set to max value to disable fade. If less than 0, overlay in the zone will be allowed but will fade out as camera gets closer to the zone using abs(fade).
Public fieldRenderMask
Null zone render mask.
Top
See Also