Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetColor(string, Color)

Sets a color property value by name.
Read time 1 minuteLast updated 11 days ago

Definition

public void SetColor(string name, Color value)

Parameters

name

The property name of the color value.

value

The color value to set.