C# Класс LostPolygon.DynamicWaterSystem.Vector2Int

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
x int
y int

Открытые методы

Метод Описание
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.

Описание методов

ToString() публичный Метод

public ToString ( ) : string
Результат string

Vector2Int() публичный Метод

Initializes a new instance of the Vector2Int struct.
public Vector2Int ( Vector2 value ) : System.Runtime.InteropServices
value UnityEngine.Vector2 /// The value. ///
Результат System.Runtime.InteropServices

Vector2Int() публичный Метод

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. ///
Результат System.Runtime.InteropServices

Описание свойств

x публичное свойство

public int x
Результат int

y публичное свойство

public int y
Результат int