Click or drag to resize

WeatherMakerShaderPropertiesScriptSetFloatArrayRotation Method

Set float array rotation/quaternion value

Namespace:  DigitalRuby.WeatherMaker
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void SetFloatArrayRotation(
	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