C# 클래스 invertika_game.Game.Thing

파일 보기 프로젝트 열기: Invertika/server 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mListeners List

공개 메소드들

메소드 설명
Thing ( ThingType type ) : System
Thing ( ThingType type, MapComposite map ) : System
canMove ( ) : bool
getMap ( ) : MapComposite
getType ( ) : ThingType
inserted ( ) : void
isVisible ( ) : bool
setMap ( MapComposite map ) : void
update ( ) : void

보호된 메소드들

메소드 설명
addListener ( EventListener one ) : void
removeListener ( EventListener one ) : void
removed ( ) : void

메소드 상세

Thing() 공개 메소드

public Thing ( ThingType type ) : System
type ThingType
리턴 System

Thing() 공개 메소드

public Thing ( ThingType type, MapComposite map ) : System
type ThingType
map MapComposite
리턴 System

addListener() 보호된 메소드

protected addListener ( EventListener one ) : void
one EventListener
리턴 void

canMove() 공개 메소드

public canMove ( ) : bool
리턴 bool

getMap() 공개 메소드

public getMap ( ) : MapComposite
리턴 MapComposite

getType() 공개 메소드

public getType ( ) : ThingType
리턴 ThingType

inserted() 공개 메소드

public inserted ( ) : void
리턴 void

isVisible() 공개 메소드

public isVisible ( ) : bool
리턴 bool

removeListener() 보호된 메소드

protected removeListener ( EventListener one ) : void
one EventListener
리턴 void

removed() 보호된 메소드

protected removed ( ) : void
리턴 void

setMap() 공개 메소드

public setMap ( MapComposite map ) : void
map MapComposite
리턴 void

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

mListeners 보호되어 있는 프로퍼티

protected List mListeners
리턴 List