Click or drag to resize

WeatherMakerAtmosphereProfileScript Class

Atmosphere profile
Inheritance Hierarchy
SystemObject
  Object
    ScriptableObject
      DigitalRuby.WeatherMakerWeatherMakerAtmosphereProfileScript

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

The WeatherMakerAtmosphereProfileScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerAtmosphereProfileScript
Initializes a new instance of the WeatherMakerAtmosphereProfileScript 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 methodStatic memberShutdown
Shutdown and dispose all global resources
Public methodToString

Returns the name of the GameObject.

(Inherited from Object.)
Public methodUpdateShaderVariables
Update shader variables
Top
Fields
  NameDescription
Public fieldAmbientColorIntensity
If updating ambient color, the ambient intensity
Public fieldAtmosphereFogThickness
Atmosphere fog thickness
Public fieldAtmosphereHeight
Atmosphere height
Public fieldAtmospherePlanetRadius
Atmosphere planet radius
Public fieldAtmosphereThickness
Atmosphere thickness
Public fieldAtmosphereTurbidity
Atmosphere turbidity
Public fieldIncomingLight
Incoming light color
Public fieldLightShaftEnabled
Whether to enable light shafts
Public fieldLightShaftMaxRayLength
Light shaft max ray length
Public fieldLightShaftSampleCount
Light shaft sample count
Public fieldMieExtinctionCoefficient
Mie extinction coefficient
Public fieldMieG
MieG
Public fieldMieScatterCoefficient
Mie scattering coefficient
Public fieldRayleighExtinctionCoefficient
Rayleigh extinction coefficient
Public fieldRayleighScatterCoefficient
Rayleight scattering coefficient
Public fieldUpdateAmbientColor
Whether to update the ambient color
Public fieldUpdateSunColor
Whether to update the sun color
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