C# 클래스 FruityFalls.Entities.Paddle

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

공개 프로퍼티들

프로퍼티 타입 설명
Velocity CCPoint

공개 메소드들

메소드 설명
Activity ( float frameTimeInSeconds ) : void
HandleInput ( CCPoint touchPoint ) : void
Paddle ( ) : System

비공개 메소드들

메소드 설명
CreateCollision ( ) : void
CreateDebugGraphic ( ) : void
CreateSpriteGraphic ( ) : void
CreateVines ( ) : void
SetDesiredPositionToCurrentPosition ( ) : void

메소드 상세

Activity() 공개 메소드

public Activity ( float frameTimeInSeconds ) : void
frameTimeInSeconds float
리턴 void

HandleInput() 공개 메소드

public HandleInput ( CCPoint touchPoint ) : void
touchPoint CCPoint
리턴 void

Paddle() 공개 메소드

public Paddle ( ) : System
리턴 System

프로퍼티 상세

Velocity 공개적으로 프로퍼티

public CCPoint Velocity
리턴 CCPoint