C# Class TagTool.Geometry.VertexBufferDefinition

Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Properties

Property Type Description
Count int
Data TagTool.Cache.ResourceDataReference
Format VertexBufferFormat
Unused1C int
VertexSize short

Property Details

Count public property

Gets or sets the number of vertices in the buffer.
public int Count
return int

Data public property

Gets or sets the reference to the the data for the vertex buffer.
public ResourceDataReference,TagTool.Cache Data
return TagTool.Cache.ResourceDataReference

Format public property

Gets or sets the format of each vertex.
public VertexBufferFormat Format
return VertexBufferFormat

Unused1C public property

public int Unused1C
return int

VertexSize public property

Gets or sets the size of each vertex in bytes.
This multiplied by Count should equal the total buffer size.
public short VertexSize
return short