Click or drag to resize

WeatherMakerBaseScriptableObjectScript Class

Base class for Weather Maker scriptable objects
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerBaseScriptableObjectScript
        More...

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

The WeatherMakerBaseScriptableObjectScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerBaseScriptableObjectScript
Initializes a new instance of the WeatherMakerBaseScriptableObjectScript 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.)
Protected methodFinalize (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 methodInitialize
Initialize
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDestroy
OnDestroy
Public methodOnDisable
OnDisable
Public methodOnEnable
OnEnable
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Public methodUpdate
Update
Top
Fields
  NameDescription
Public fieldDisabled
Whether this object is disabled
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
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerBaseScriptableObjectScript
        DigitalRuby.WeatherMakerWeatherMakerLightningProfileScript
        DigitalRuby.WeatherMakerWeatherMakerOverlayProfileScriptBase
        DigitalRuby.WeatherMakerWeatherMakerPrecipitationProfileScript
        DigitalRuby.WeatherMakerWeatherMakerProfileGroupScript
        DigitalRuby.WeatherMakerWeatherMakerProfileScript
        DigitalRuby.WeatherMakerWeatherMakerSoundGroupScript
        DigitalRuby.WeatherMakerWeatherMakerSoundProfileScript
        DigitalRuby.WeatherMakerWeatherMakerSoundScript
        DigitalRuby.WeatherMakerWeatherMakerWindProfileScript