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

Afficher le fichier Open project: maximecharron/GLO-3002-Frima

Méthodes publiques

Свойство Type Description
height float
width float
x float
y float

Méthodes publiques

Méthode Description
RectDTO ( ) : System
RectDTO ( float x, float y, float width, float height ) : System
ToRect ( ) : Rect

Method Details

RectDTO() public méthode

public RectDTO ( ) : System
Résultat System

RectDTO() public méthode

public RectDTO ( float x, float y, float width, float height ) : System
x float
y float
width float
height float
Résultat System

ToRect() public méthode

public ToRect ( ) : Rect
Résultat UnityEngine.Rect

Property Details

height public_oe property

public float height
Résultat float

width public_oe property

public float width
Résultat float

x public_oe property

public float x
Résultat float

y public_oe property

public float y
Résultat float