Click or drag to resize

WeatherMakerResourceContainerScript Class

Profile to contain all weather maker resource references. Anything you want in the build needs to go in here, or needs to be in a Resources folder.
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerResourceContainerScript

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

The WeatherMakerResourceContainerScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerResourceContainerScript
Initializes a new instance of the WeatherMakerResourceContainerScript 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.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSetDirty Obsolete. (Inherited from ScriptableObject.)
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Public methodTryGetValueT
Attempt to get a resource out of the container
Top
Fields
  NameDescription
Public fieldAudioClips
All Weather Maker audio clips for your game. These will be part of the final build.
Public fieldComputeShaders
All Weather Maker compute shaders for your game. These will be part of the final build.
Public fieldProfilesClouds
All Weather Maker cloud scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesFog
All Weather Maker fog scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesOther
All Weather Maker misc scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesPerformance
All Weather Maker performance scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesPrecipitation
All Weather Maker precipitation scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesSky
All Weather Maker sky scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesSound
All Weather Maker sound scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesWater
All Weather Maker water scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesWeather
All Weather Maker weather scriptable object profiles for your game. These will be part of the final build.
Public fieldProfilesWind
All Weather Maker wind scriptable object profiles for your game. These will be part of the final build.
Public fieldShaders
All Weather Maker shaders for your game. These will be part of the final build.
Public fieldTextures2D
All Weather Maker 2D textures for your game. These will be part of the final build.
Public fieldTextures3D
All Weather Maker 3D textures for your game. These will be part of the final build.
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