マテリアルの色の変更
code:cs
this.GetComponent<Renderer>().material.color = Color.white;
GetComponent
Renderer
Material
Color