cocos2d-x  3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
PUBillboardChain::Element Class Reference

Contains the data of an element of the BillboardChain. More...

#include <CCPUBillboardChain.h>

Public Member Functions

 Element ()
 Element (const Vec3 &position, float width, float texCoord, const Vec4 &colour, const Quaternion &orientation)
 Element ( var position, var width, var texCoord, var colour, var orientation)
 Element ( local position, local width, local texCoord, local colour, local orientation)

Public Attributes

Vec3 position
var position
local position
float width
float texCoord
 U or V texture coord depending on options. More...
 
var texCoord
 U or V texture coord depending on options. More...
 
local texCoord
 U or V texture coord depending on options. More...
 
Vec4 color
Quaternion orientation

Detailed Description

Contains the data of an element of the BillboardChain.

Constructor & Destructor Documentation

Element ( )
var Element ( )
local Element ( )
Element ( const Vec3 position,
float  width,
float  texCoord,
const Vec4 colour,
const Quaternion orientation 
)
var Element ( var  position,
var  width,
var  texCoord,
var  colour,
var  orientation 
)
local Element ( local  position,
local  width,
local  texCoord,
local  colour,
local  orientation 
)

Member Data Documentation

Vec4 color
var color
local color
Quaternion orientation
var orientation
local orientation
Vec3 position
var position
local position
float texCoord

U or V texture coord depending on options.

var texCoord

U or V texture coord depending on options.

local texCoord

U or V texture coord depending on options.

float width
var width
local width

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