Click or drag to resize

WeatherMakerCloudNoiseProfileGroupScript Class

Cloud noise profile group script
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerCloudNoiseProfileGroupScript

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

The WeatherMakerCloudNoiseProfileGroupScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerCloudNoiseProfileGroupScript
Initializes a new instance of the WeatherMakerCloudNoiseProfileGroupScript 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 methodSetGlobalShader
Set global shader values for noise values
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldCount
Count of slices
Public fieldFilterMode
Filter mode to use when generating noise texture
Public fieldGenerateMips
Mip mode to use when generating noise texture
Public fieldNoiseProfiles
Profiles
Public fieldSize
Texture size (width, height, depth)
Public fieldStep
Step size (z direction, 0 for auto based on size)
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