【Unity】imageの大きさを変更する方法

float scale = 1.0f; transform.localScale = new Vector3(scale, scale, 1.0f);