C# Класс Sparrow.Utils.Vertex

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

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

Свойство Тип Описание
Position Vector2
TexCoords Vector2

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

Метод Описание
Copy ( Vertex source, int sourceOffset, Vertex target, int targetOffset, int count ) : void

Copies the source to the target array. Note that this is an unsafe operation, if you supply wrong offset/count values it can lead to memory corruption!

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

Copy() публичный статический Метод

Copies the source to the target array. Note that this is an unsafe operation, if you supply wrong offset/count values it can lead to memory corruption!
public static Copy ( Vertex source, int sourceOffset, Vertex target, int targetOffset, int count ) : void
source Vertex
sourceOffset int
target Vertex
targetOffset int
count int
Результат void

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

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

public Vector2 Position
Результат Vector2

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

public Vector2 TexCoords
Результат Vector2