C# Class DSVision.Vector4

Afficher le fichier Open project: 619Code/DSVision

Méthodes publiques

Свойство Type Description
Down int
Left int
Right int
Up int

Méthodes publiques

Méthode Description
Vector4 ( int left, int right, int up, int down ) : System

Method Details

Vector4() public méthode

public Vector4 ( int left, int right, int up, int down ) : System
left int
right int
up int
down int
Résultat System

Property Details

Down public_oe property

public int Down
Résultat int

Left public_oe property

public int Left
Résultat int

Right public_oe property

public int Right
Résultat int

Up public_oe property

public int Up
Résultat int