WeatherMakerShaderPropertiesScriptSetColorArray Method (Int32, Color, Color, Color, 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 c1,
Color c2,
Color c3,
Color c4
)
Public Sub SetColorArray (
name As Integer,
c1 As Color,
c2 As Color,
c3 As Color,
c4 As Color
)
public:
void SetColorArray(
int name,
Color c1,
Color c2,
Color c3,
Color c4
)
member SetColorArray :
name : int *
c1 : Color *
c2 : Color *
c3 : Color *
c4 : Color -> unit
Parameters
- name
- Type: SystemInt32
Name - c1
- Type: Color
Color 1 - c2
- Type: Color
Color 2 - c3
- Type: Color
Color 3 - c4
- Type: Color
Color 4
See Also