C# Class UnityEngine.Rect

Afficher le fichier Open project: jbruening/UnEngine Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Rect ( float left, float top, float width, float height ) : System

Method Details

Rect() public méthode

public Rect ( float left, float top, float width, float height ) : System
left float
top float
width float
height float
Résultat System

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