C# 클래스 Assets.Scripts.Services.Communication.DTOs.RectDTO

파일 보기 프로젝트 열기: maximecharron/GLO-3002-Frima

공개 프로퍼티들

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

공개 메소드들

메소드 설명
RectDTO ( ) : System
RectDTO ( float x, float y, float width, float height ) : System
ToRect ( ) : Rect

메소드 상세

RectDTO() 공개 메소드

public RectDTO ( ) : System
리턴 System

RectDTO() 공개 메소드

public RectDTO ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
리턴 System

ToRect() 공개 메소드

public ToRect ( ) : Rect
리턴 UnityEngine.Rect

프로퍼티 상세

height 공개적으로 프로퍼티

public float height
리턴 float

width 공개적으로 프로퍼티

public float width
리턴 float

x 공개적으로 프로퍼티

public float x
리턴 float

y 공개적으로 프로퍼티

public float y
리턴 float