CCActionCamera
CCActionCamera
Cocos2DInheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction → Cocos2D.CCActionInterval
Implements: Cocos2D.ICCCopyable
Constructors
CCActionCamera()
CCActionCamera()()
CCActionCamera(CCActionCamera)
CCActionCamera(CCActionCamera)(Cocos2D.CCActionCamera copy)
Parameters:
copy
(Cocos2D.CCActionCamera)CCActionCamera(float)
CCActionCamera(float)(System.Single duration)
Parameters:
duration
(System.Single)Fields
m_fCenterXOrig(System.Single)
m_fCenterYOrig(System.Single)
m_fCenterZOrig(System.Single)
m_fEyeXOrig(System.Single)
m_fEyeYOrig(System.Single)
m_fEyeZOrig(System.Single)
m_fUpXOrig(System.Single)
m_fUpYOrig(System.Single)
m_fUpZOrig(System.Single)
Methods
Reverse()
Cocos2D.CCFiniteTimeAction Reverse()()
Does nothing by default.
Returns:
Cocos2D.CCFiniteTimeAction
Example
StartWithTarget(CCNode)
StartWithTarget(CCNode)(Cocos2D.CCNode target)
Parameters:
target
(Cocos2D.CCNode)Example