Click or drag to resize

WeatherMakerProfileScript Class

Weather profile script, contains all profiles for all Weather Maker effects
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerBaseScriptableObjectScript
        DigitalRuby.WeatherMakerWeatherMakerProfileScript

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

The WeatherMakerProfileScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerProfileScript
Initializes a new instance of the WeatherMakerProfileScript 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
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnDestroy
OnDestroy
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Public methodOnDisable
OnDisable
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Public methodOnEnable
OnEnable
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Public methodRandomHoldDuration
Get a random hold duration
Public methodRandomTransitionDuration
Get a random transition duration
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Public methodTransitionFrom
Transition from one weather profile to another
Public methodUpdate
Update
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Top
Fields
  NameDescription
Public fieldAuroraProfile
Aurora profile
Public fieldCloudProfile
Cloud profile
Public fieldDisabled
Whether this object is disabled
(Inherited from WeatherMakerBaseScriptableObjectScript.)
Public fieldFogProfile
Fog profile
Public fieldHoldDuration
Override Random duration for profile to hold before transition to another profile, set to 0 to use the profile group transition duration.
Public fieldLightningProfile
Lightning profile
Public fieldPrecipitationProfile
Precipitation profile
Public fieldSkyProfile
Sky profile
Public fieldSoundProfile
Sound profile
Public fieldTransitionDuration
Override random duration for profile to transition in, set to 0 to use the profile group transition duration.
Public fieldWindProfile
Wind profile
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