C# Class Assets.Scripts.Services.Communication.DTOs.RectDTO

显示文件 Open project: maximecharron/GLO-3002-Frima

Public Properties

Property Type Description
height float
width float
x float
y float

Public Methods

Method Description
RectDTO ( ) : System
RectDTO ( float x, float y, float width, float height ) : System
ToRect ( ) : Rect

Method Details

RectDTO() public method

public RectDTO ( ) : System
return System

RectDTO() public method

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

ToRect() public method

public ToRect ( ) : Rect
return UnityEngine.Rect

Property Details

height public_oe property

public float height
return float

width public_oe property

public float width
return float

x public_oe property

public float x
return float

y public_oe property

public float y
return float