CocosSharp.CCTransitionPageTurn Class
A transition which peels back the bottom right hand corner of a scene to transition to the scene beneath it simulating a page turn.

See Also: CCTransitionPageTurn Members

Syntax

public class CCTransitionPageTurn : CCTransitionScene

Remarks

This uses a 3DAction so it's strongly recommended that depth buffering is turned on in CocosSharp.CCDirector using:

CocosSharp.CCDirector

Director::getInstance()->setDepthBufferFormat(kDepthBuffer16);

Director::getInstance()

v0.8.2

v0.8.2

Requirements

Namespace: CocosSharp
Assembly: CocosSharp (in CocosSharp.dll)