cocos2d-x  3.0rc1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ccBezierConfig Struct Reference

Bezier configuration structure. More...

#include <CCActionInterval.h>

Public Attributes

Point endPosition
 end position of the bezier More...
 
local endPosition
 end position of the bezier More...
 
Point controlPoint_1
 Bezier control point 1. More...
 
var controlPoint_1
 Bezier control point 1. More...
 
local controlPoint_1
 Bezier control point 1. More...
 
Point controlPoint_2
 Bezier control point 2. More...
 
var controlPoint_2
 Bezier control point 2. More...
 
local controlPoint_2
 Bezier control point 2. More...
 

Detailed Description

Bezier configuration structure.

Member Data Documentation

Point controlPoint_1

Bezier control point 1.

var controlPoint_1

Bezier control point 1.

local controlPoint_1

Bezier control point 1.

Point controlPoint_2

Bezier control point 2.

var controlPoint_2

Bezier control point 2.

local controlPoint_2

Bezier control point 2.

Point endPosition

end position of the bezier

var endPosition

end position of the bezier

local endPosition

end position of the bezier


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