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
)
Public Sub SetFloatArrayRotation (
name As Integer,
f1 As Single,
f2 As Single,
f3 As Single,
f4 As Single
)
public:
void SetFloatArrayRotation(
int name,
float f1,
float f2,
float f3,
float f4
)
member SetFloatArrayRotation :
name : int *
f1 : float32 *
f2 : float32 *
f3 : float32 *
f4 : float32 -> unit
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