cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
TrianglesCommand::Triangles Struct Reference

The structure of Triangles. More...

#include <CCTrianglesCommand.h>

Public Attributes

V3F_C4B_T2Fverts
 Vertex data pointer. More...
 
var verts
 Vertex data pointer. More...
 
local verts
 Vertex data pointer. More...
 
unsigned short * indices
 Index data pointer. More...
 
var indices
 Index data pointer. More...
 
local indices
 Index data pointer. More...
 
ssize_t vertCount
 The number of vertices. More...
 
var vertCount
 The number of vertices. More...
 
local vertCount
 The number of vertices. More...
 
ssize_t 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

ssize_t indexCount

The number of indices.

var indexCount

The number of indices.

local indexCount

The number of indices.

unsigned short* indices

Index data pointer.

var indices

Index data pointer.

local indices

Index data pointer.

ssize_t vertCount

The number of vertices.

var vertCount

The number of vertices.

local vertCount

The number of vertices.

V3F_C4B_T2F* verts

Vertex data pointer.

var verts

Vertex data pointer.

local verts

Vertex data pointer.


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