Click or drag to resize

WeatherMakerShaderPropertiesScript Class

Shader properties, wraps all the ways Unity lets you set shader values into a nice easy to use class
Inheritance Hierarchy
SystemObject
  DigitalRuby.WeatherMakerWeatherMakerShaderPropertiesScript

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

The WeatherMakerShaderPropertiesScript type exposes the following members.

Constructors
  NameDescription
Public methodWeatherMakerShaderPropertiesScript
Update shader properties
Top
Properties
  NameDescription
Public propertyIsComputeShader
True if using ComputeShader
Public propertyIsGlobal
True if using Shader.Global
Public propertyIsMaterial
True if using Material
Public propertyIsMaterialPropertyBlock
True if using MaterialPropertyBlock
Top
Methods
Fields
  NameDescription
Public fieldStatic memberGlobal
Shader.SetGlobal* properties
Top
See Also