C# 클래스 UIExtension, RoverGame

상속: MonoBehaviour
파일 보기 프로젝트 열기: Stumpstump/RoverGame 1 사용 예제들

공개 메소드들

메소드 설명
SetSize ( RectTransform trans, Vector2 newSize ) : void

Set the size for the UI element.

메소드 상세

SetSize() 공개 정적인 메소드

Set the size for the UI element.
public static SetSize ( RectTransform trans, Vector2 newSize ) : void
trans UnityEngine.RectTransform The Rect transform referenced.
newSize Vector2 The New size.
리턴 void