Skip to main content

CCFlipY3D

CCFlipY3D

Cocos2D

Inheritance: System.Object → Cocos2D.CCAction → Cocos2D.CCFiniteTimeAction → Cocos2D.CCActionInterval → Cocos2D.CCGridAction → Cocos2D.CCGrid3DAction → Cocos2D.CCFlipX3D

Implements: Cocos2D.ICCCopyable

Constructors

CCFlipY3D()

CCFlipY3D()()
Example

CCFlipY3D(CCFlipY3D)

CCFlipY3D(CCFlipY3D)(Cocos2D.CCFlipY3D flipY3D)
Parameters:
flipY3D (Cocos2D.CCFlipY3D)

CCFlipY3D(float)

CCFlipY3D(float)(System.Single duration)
Parameters:
duration (System.Single)

Methods

Copy(ICCCopyable)

System.Object Copy(ICCCopyable)(Cocos2D.ICCCopyable pZone)

Copy/Duplicatae protocol for making a self copy of this object instance. If null is given as the parameter then selfie of this instance is returned. Otherwise, the state of this instance is copied to the given target.

Parameters:
pZone (Cocos2D.ICCCopyable)
Returns:
System.Object
Example

Update(float)

Update(float)(System.Single time)
Parameters:
time (System.Single)
Example