C# Class Microsoft.Xna.Framework.Vector3I

Afficher le fichier Open project: RegrowthStudios/VoxelRTS Class Usage Examples

Méthodes publiques

Свойство Type Description
X int
Y int
Z int

Méthodes publiques

Méthode Description
Vector3I ( Point p, int z ) : System
Vector3I ( int v ) : System
Vector3I ( int x, int y, int z ) : System

Method Details

Vector3I() public méthode

public Vector3I ( Point p, int z ) : System
p Point
z int
Résultat System

Vector3I() public méthode

public Vector3I ( int v ) : System
v int
Résultat System

Vector3I() public méthode

public Vector3I ( int x, int y, int z ) : System
x int
y int
z int
Résultat System

Property Details

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int

Z public_oe property

public int Z
Résultat int