C# Class BBGamelib.CCDirector

Inheritance: UIViewController
Afficher le fichier Open project: BigWoodGames/cocos2d-unity Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
ToString ( ) : string
drawScene ( ) : void
end ( ) : void
pause ( ) : void
popScene ( ) : void
presentScene ( CCScene scene ) : void
purgeCachedData ( ) : void
pushScene ( CCScene scene ) : void
replaceScene ( CCScene scene ) : void
resume ( ) : void
runWithScene ( CCScene scene ) : void

Méthodes protégées

Méthode Description
CCDirector ( ) : UnityEngine

Private Methods

Méthode Description
DrawQuad ( Rect position, Color color ) : void
OnGUI ( CADisplayLink sender ) : void
calculateDeltaTime ( ) : void
convertTouchToGL ( UITouch touch ) : Vector2
mainLoop ( CADisplayLink sender ) : void
setNextScene ( ) : void
showState ( ) : void
startAnimation ( ) : void
stopAnimation ( ) : void

Method Details

CCDirector() protected méthode

protected CCDirector ( ) : UnityEngine
Résultat UnityEngine

Reset() public static méthode

public static Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

drawScene() public méthode

public drawScene ( ) : void
Résultat void

end() public méthode

public end ( ) : void
Résultat void

pause() public méthode

public pause ( ) : void
Résultat void

popScene() public méthode

public popScene ( ) : void
Résultat void

presentScene() public méthode

public presentScene ( CCScene scene ) : void
scene CCScene
Résultat void

purgeCachedData() public méthode

public purgeCachedData ( ) : void
Résultat void

pushScene() public méthode

public pushScene ( CCScene scene ) : void
scene CCScene
Résultat void

replaceScene() public méthode

public replaceScene ( CCScene scene ) : void
scene CCScene
Résultat void

resume() public méthode

public resume ( ) : void
Résultat void

runWithScene() public méthode

public runWithScene ( CCScene scene ) : void
scene CCScene
Résultat void