C# Class Rectangle, CodeSpells

Afficher le fichier Open project: srfoster/CodeSpells Class Usage Examples

Méthodes publiques

Свойство Type Description
x float

Méthodes publiques

Méthode Description
Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
getRect ( ) : Rect

Method Details

Rectangle() public méthode

public Rectangle ( float xcoord, float ycoord, float width, float height ) : UnityEngine
xcoord float
ycoord float
width float
height float
Résultat UnityEngine

getRect() public méthode

public getRect ( ) : Rect
Résultat Rect

Property Details

x public_oe property

public float x
Résultat float