unity tech.
유니티 UI Image 알파 값 변경
zimamdero
2015. 8. 5. 10:12
Image image;
Color color = image.color;
color.a = 0.5f;
image.color = color;