C# Class MyBouncingGame.Util.TouchScreenInput

Inheritance: IDisposable
Afficher le fichier Open project: coroner4817/MyBouncingGame Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
TouchScreenInput ( CocosSharp.CCLayer Owner, PaddleEntity controledEntity ) : System
TouchScreenInput ( CocosSharp.CCLayer Owner, PhysicsEntity controledEntity ) : System

Private Methods

Méthode Description
HandleTouchesMoved ( System touches, CocosSharp.CCEvent touchEvent ) : void
OnTouchesBegan ( List touches, CocosSharp.CCEvent touchEvent ) : void
OnTouchesEnded ( List touches, CocosSharp.CCEvent touchEvent ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

TouchScreenInput() public méthode

public TouchScreenInput ( CocosSharp.CCLayer Owner, PaddleEntity controledEntity ) : System
Owner CocosSharp.CCLayer
controledEntity MyBouncingGame.Entity.PaddleEntity
Résultat System

TouchScreenInput() public méthode

public TouchScreenInput ( CocosSharp.CCLayer Owner, PhysicsEntity controledEntity ) : System
Owner CocosSharp.CCLayer
controledEntity MyBouncingGame.Entity.PhysicsEntity
Résultat System