C# 클래스 UnityEngine.Rect

파일 보기 프로젝트 열기: jbruening/UnEngine 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
height float
width float
x float
y float

공개 메소드들

메소드 설명
Rect ( float left, float top, float width, float height ) : System

메소드 상세

Rect() 공개 메소드

public Rect ( float left, float top, float width, float height ) : System
left float
top float
width float
height float
리턴 System

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float