C# 클래스 Rectangle, CodeSpells

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

공개 프로퍼티들

프로퍼티 타입 설명
x float

공개 메소드들

메소드 설명
Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
getRect ( ) : Rect

메소드 상세

Rectangle() 공개 메소드

public Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
xcoord float
ycoord float
width float
height float
리턴 UnityEngine

getRect() 공개 메소드

public getRect ( ) : Rect
리턴 Rect

프로퍼티 상세

x 공개적으로 프로퍼티

public float x
리턴 float