C# 클래스 CompPac.Characters.PacmanCharacter

상속: Composable
파일 보기 프로젝트 열기: juanpaexpedite/MasterDetailsComposition

공개 메소드들

메소드 설명
ChangeTo ( Directions newdirection ) : void
PacmanCharacter ( ) : CompPac.Common
UpdateComposition ( Vector2 bounds ) : void

보호된 메소드들

메소드 설명
OnApplyTemplate ( ) : void

비공개 메소드들

메소드 설명
CheckBounds ( Vector2 bounds ) : bool
UpdatePosition ( Vector2 bounds ) : void

메소드 상세

ChangeTo() 공개 메소드

public ChangeTo ( Directions newdirection ) : void
newdirection Directions
리턴 void

OnApplyTemplate() 보호된 메소드

protected OnApplyTemplate ( ) : void
리턴 void

PacmanCharacter() 공개 메소드

public PacmanCharacter ( ) : CompPac.Common
리턴 CompPac.Common

UpdateComposition() 공개 메소드

public UpdateComposition ( Vector2 bounds ) : void
bounds Vector2
리턴 void