WeatherMakerShaderPropertiesScriptSetColorArray Method (Int32, Color) |
Set color array shader value
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void SetColorArray(
int name,
Color[] value
)
Public Sub SetColorArray (
name As Integer,
value As Color()
)
public:
void SetColorArray(
int name,
array<Color>^ value
)
member SetColorArray :
name : int *
value : Color[] -> unit
Parameters
- name
- Type: SystemInt32
Name - value
- Type: Color
Value
See Also