Click or drag to resize

WeatherMakerShaderPropertiesScriptSetColorArray Method (Int32, Color, Color, Color, Color)

Set color array shader value

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetColorArray(
	int name,
	Color c1,
	Color c2,
	Color c3,
	Color c4
)

Parameters

name
Type: SystemInt32
Name
c1
Type: Color
Color 1
c2
Type: Color
Color 2
c3
Type: Color
Color 3
c4
Type: Color
Color 4
See Also