WeatherMakerShaderPropertiesScriptSetFloatArray Method (Int32, 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[] value
)
Public Sub SetFloatArray (
name As Integer,
value As Single()
)
public:
void SetFloatArray(
int name,
array<float>^ value
)
member SetFloatArray :
name : int *
value : float32[] -> unit
Parameters
- name
- Type: SystemInt32
Name - value
- Type: SystemSingle
Value
See Also