Click or drag to resize

WeatherMakerShaderPropertiesScriptSetFloatArray Method (Int32, Single, Single, Single, Single)

Set float array shader value

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetFloatArray(
	int name,
	float f1,
	float f2,
	float f3,
	float f4
)

Parameters

name
Type: SystemInt32
Name
f1
Type: SystemSingle
Float 1
f2
Type: SystemSingle
Float 2
f3
Type: SystemSingle
Float 3
f4
Type: SystemSingle
Float 4
See Also