Click or drag to resize

WeatherMakerNullZoneProfile Class

Null zone profile
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerNullZoneProfile

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public sealed class WeatherMakerNullZoneProfile : ScriptableObject

The WeatherMakerNullZoneProfile type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerNullZoneProfile
Initializes a new instance of the WeatherMakerNullZoneProfile class
Top
Properties
  NameDescription
Public propertyhideFlags

Should the object be hidden, saved with the scene or modifiable by the user?

(Inherited from Object.)
Public propertyname

The name of the object.

(Inherited from Object.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstanceID

Returns the instance id of the object.

(Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldDefaultState
The default render state. Used if the player is not in the null zone or the entered state is not enabled.
Public fieldEnteredState
The render mask to use if the player enters the null zone. A player is any object with an enabled audio listener.
Top
Extension Methods
  NameDescription
Public Extension MethodCachedName
Get cached name
(Defined by WeatherMakerObjectExtensions.)
Public Extension MethodSetCachedName
Put name in the cache
(Defined by WeatherMakerObjectExtensions.)
Top
See Also