C# 클래스 NScumm.Scumm.Actor2

상속: Actor3
파일 보기 프로젝트 열기: scemino/nscumm 1 사용 예제들

공개 메소드들

메소드 설명
Actor2 ( ScummEngine engine, byte id ) : System
AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
Init ( int mode ) : void
Walk ( ) : void

보호된 메소드들

메소드 설명
PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void

비공개 메소드들

메소드 설명
CheckXYInBoxBounds ( int boxnum, System.Point p, System.Point &dest ) : int

메소드 상세

Actor2() 공개 메소드

public Actor2 ( ScummEngine engine, byte id ) : System
engine ScummEngine
id byte
리턴 System

AdjustXYToBeInBox() 공개 메소드

public AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
dst System.Point
리턴 AdjustBoxResult

Init() 공개 메소드

public Init ( int mode ) : void
mode int
리턴 void

PrepareDrawActorCostume() 보호된 메소드

protected PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void
bcr ICostumeRenderer
리턴 void

Walk() 공개 메소드

public Walk ( ) : void
리턴 void