C# Класс SFML.Graphics.Glsl.Ivec3

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

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

Свойство Тип Описание
X int
Y int
Z int

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

Метод Описание
Ivec3 ( int x, int y, int z ) : System.Runtime.InteropServices

Construct the Ivec3 from its coordinates

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

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

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

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

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

Horizontal component of the vector
public int X
Результат int

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

Vertical component of the vector
public int Y
Результат int

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

Depth component of the vector
public int Z
Результат int