C# Class LostPolygon.DynamicWaterSystem.Vector2Int

Afficher le fichier Open project: caffeinatedguy/Limbs Class Usage Examples

Méthodes publiques

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

Méthodes publiques

Méthode Description
ToString ( ) : string
Vector2Int ( Vector2 value ) : System.Runtime.InteropServices

Initializes a new instance of the Vector2Int struct.

Vector2Int ( int x, int y ) : System.Runtime.InteropServices

Initializes a new instance of the Vector2Int struct.

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

Vector2Int() public méthode

Initializes a new instance of the Vector2Int struct.
public Vector2Int ( Vector2 value ) : System.Runtime.InteropServices
value UnityEngine.Vector2 /// The value. ///
Résultat System.Runtime.InteropServices

Vector2Int() public méthode

Initializes a new instance of the Vector2Int struct.
public Vector2Int ( int x, int y ) : System.Runtime.InteropServices
x int /// The x. ///
y int /// The y. ///
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