C# Class TagTool.Geometry.VertexBufferDefinition

Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Свойство 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
Résultat int

Data public_oe property

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

Format public_oe property

Gets or sets the format of each vertex.
public VertexBufferFormat Format
Résultat VertexBufferFormat

Unused1C public_oe property

public int Unused1C
Résultat 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
Résultat short