C# Class LostPolygon.DynamicWaterSystem.Vector3Int

Simple 3-dimensional integer vector
Afficher le fichier Open project: caffeinatedguy/Limbs

Méthodes publiques

Свойство Type Description
x int
y int
z int

Méthodes publiques

Méthode Description
ToString ( ) : string

The to string.

Vector3Int ( int x, int y, int z ) : System.Runtime.InteropServices

Initializes a new instance of the Vector3Int struct.

Method Details

ToString() public méthode

The to string.
public ToString ( ) : string
Résultat string

Vector3Int() public méthode

Initializes a new instance of the Vector3Int struct.
public Vector3Int ( int x, int y, int z ) : System.Runtime.InteropServices
x int
y int
z int
Résultat System.Runtime.InteropServices

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