C# 클래스 WaveFrogger.Behaviors.PlayerBehavior

상속: Behavior
파일 보기 프로젝트 열기: WaveEngine/QuickStarters

Private Properties

프로퍼티 타입 설명
BackToInitial void
CheckObstacledPosition bool
UpdateScore void

공개 메소드들

메소드 설명
AnimatedScaleY ( float desiredScale, float speed ) : void
MoveDown ( ) : void
MoveLeft ( ) : void
MoveRight ( ) : void
MoveUp ( ) : void
PlayerBehavior ( ) : System

보호된 메소드들

메소드 설명
ResolveDependencies ( ) : void
Update ( System.TimeSpan gameTime ) : void

비공개 메소드들

메소드 설명
BackToInitial ( ) : void
CheckObstacledPosition ( System.Vector3 targetPosition ) : bool
UpdateScore ( ) : void

메소드 상세

AnimatedScaleY() 공개 메소드

public AnimatedScaleY ( float desiredScale, float speed ) : void
desiredScale float
speed float
리턴 void

MoveDown() 공개 메소드

public MoveDown ( ) : void
리턴 void

MoveLeft() 공개 메소드

public MoveLeft ( ) : void
리턴 void

MoveRight() 공개 메소드

public MoveRight ( ) : void
리턴 void

MoveUp() 공개 메소드

public MoveUp ( ) : void
리턴 void

PlayerBehavior() 공개 메소드

public PlayerBehavior ( ) : System
리턴 System

ResolveDependencies() 보호된 메소드

protected ResolveDependencies ( ) : void
리턴 void

Update() 보호된 메소드

protected Update ( System.TimeSpan gameTime ) : void
gameTime System.TimeSpan
리턴 void