본문 바로가기

Unity

[Unity]transform scale 변경

this.transform.localScale += new Vector3(1.0f, 0.0f, 0.0f);


로컬 스케일에 vector3의 요소를 이용하여 크기를 조절할 수 있다.