Struct rcocos2d_sys::cocos2d_CCPointArray [−][src]
#[repr(C)]pub struct cocos2d_CCPointArray { pub _base: cocos2d_CCObject, pub m_pControlPoints: *mut u8, }
Expand description
An Array that contain control points. Used by CCCardinalSplineTo and (By) and CCCatmullRomTo (and By) actions. @ingroup Actions @js NA
Fields
_base: cocos2d_CCObject
m_pControlPoints: *mut u8
Array that contains the control points