C# 클래스 FruityFalls.Scenes.GameScene

상속: CocosSharp.CCScene
파일 보기 프로젝트 열기: xamarin/mobile-samples 1 사용 예제들

공개 메소드들

메소드 설명
GameScene ( CCGameView gameView ) : System

비공개 메소드들

메소드 설명
Activity ( float frameTimeInSeconds ) : void
CreateBackground ( ) : void
CreateBins ( ) : void
CreateDebugLabel ( ) : void
CreateForeground ( ) : void
CreateHud ( ) : void
CreateLayers ( ) : void
CreatePaddle ( ) : void
CreateSpawner ( ) : void
CreateTouchListener ( ) : void
DebugActivity ( ) : void
Destroy ( Fruit fruit ) : void
EndGame ( ) : void
FruitPolygonCollision ( Fruit fruit, Polygon polygon, CCPoint polygonVelocity ) : bool
FruitVsBins ( Fruit fruit ) : void
FruitVsBorders ( Fruit fruit ) : void
FruitVsPaddle ( Fruit fruit ) : void
HandleFruitAdded ( Fruit fruit ) : void
HandleTouchesBegan ( List arg1, CocosSharp.CCEvent arg2 ) : void
HandleTouchesMoved ( System touches, CocosSharp.CCEvent touchEvent ) : void
PerformCollision ( ) : void

메소드 상세

GameScene() 공개 메소드

public GameScene ( CCGameView gameView ) : System
gameView CCGameView
리턴 System