Cocos2d-x  v3.17
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
TrianglesCommand::Triangles Struct Reference

The structure of Triangles. More...

Public Attributes

V3F_C4B_T2Fverts
 Vertex data pointer. More...
 
local verts
 Vertex data pointer. More...
 
unsigned short * indices
 Index data pointer. More...
 
local indices
 Index data pointer. More...
 
int vertCount
 The number of vertices. More...
 
var vertCount
 The number of vertices. More...
 
local vertCount
 The number of vertices. More...
 
int indexCount
 The number of indices. More...
 
var indexCount
 The number of indices. More...
 
local indexCount
 The number of indices. More...
 

Detailed Description

The structure of Triangles.

Member Data Documentation

V3F_C4B_T2F* verts

Vertex data pointer.

var verts

Vertex data pointer.

local verts

Vertex data pointer.

unsigned short* indices

Index data pointer.

var indices

Index data pointer.

local indices

Index data pointer.

int vertCount

The number of vertices.

var vertCount

The number of vertices.

local vertCount

The number of vertices.

int indexCount

The number of indices.

var indexCount

The number of indices.

local indexCount

The number of indices.


The documentation for this struct was generated from the following file: