C# Class TagTool.Geometry.VertexBufferDefinition

Datei anzeigen 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_oe property

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

Data public_oe 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_oe property

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

Unused1C public_oe property

public int Unused1C
return int

VertexSize public_oe 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