C# Класс TagTool.Geometry.VertexBufferDefinition

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

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

Свойство Тип Описание
Count int
Data TagTool.Cache.ResourceDataReference
Format VertexBufferFormat
Unused1C int
VertexSize short

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

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

Gets or sets the number of vertices in the buffer.
public int Count
Результат int

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

Gets or sets the reference to the the data for the vertex buffer.
public ResourceDataReference,TagTool.Cache Data
Результат TagTool.Cache.ResourceDataReference

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

Gets or sets the format of each vertex.
public VertexBufferFormat Format
Результат VertexBufferFormat

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

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

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

Gets or sets the size of each vertex in bytes.
This multiplied by Count should equal the total buffer size.
public short VertexSize
Результат short