C# Class SFML.Graphics.Glsl.Ivec3

Afficher le fichier Open project: SFML/SFML.Net Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices

Construct the Ivec3 from its coordinates

Method Details

Ivec3() public méthode

Construct the Ivec3 from its coordinates
public Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices
x int X coordinate
y int Y coordinate
z int Z coordinate
Résultat System.Runtime.InteropServices

Property Details

X public_oe property

Horizontal component of the vector
public int X
Résultat int

Y public_oe property

Vertical component of the vector
public int Y
Résultat int

Z public_oe property

Depth component of the vector
public int Z
Résultat int