Click or drag to resize

WeatherMakerFullScreenFogProfileScriptUpdateMaterialProperties Method

Update full screen fog material properties

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public override void UpdateMaterialProperties(
	Material material,
	Camera camera,
	bool global
)

Parameters

material
Type: Material
Fog material
camera
Type: Camera
Camera
global
Type: SystemBoolean
Whether to set global shader properties
See Also