WeatherMakerShaderPropertiesScriptSetVectorArray Method (Int32, Vector4, Vector4, Vector4, Vector4) |
Set vector array shader value
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetVectorArray(
int name,
Vector4 v1,
Vector4 v2,
Vector4 v3,
Vector4 v4
)
Public Sub SetVectorArray (
name As Integer,
v1 As Vector4,
v2 As Vector4,
v3 As Vector4,
v4 As Vector4
)
public:
void SetVectorArray(
int name,
Vector4 v1,
Vector4 v2,
Vector4 v3,
Vector4 v4
)
member SetVectorArray :
name : int *
v1 : Vector4 *
v2 : Vector4 *
v3 : Vector4 *
v4 : Vector4 -> unit
Parameters
- name
- Type: SystemInt32
Name - v1
- Type: Vector4
Vector4 1 - v2
- Type: Vector4
Vector4 2 - v3
- Type: Vector4
Vector4 3 - v4
- Type: Vector4
Vector4 4
See Also