C# Class NScumm.Scumm.Actor2

Inheritance: Actor3
Afficher le fichier Open project: scemino/nscumm Class Usage Examples

Méthodes publiques

Méthode Description
Actor2 ( ScummEngine engine, byte id ) : System
AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
Init ( int mode ) : void
Walk ( ) : void

Méthodes protégées

Méthode Description
PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void

Private Methods

Méthode Description
CheckXYInBoxBounds ( int boxnum, System.Point p, System.Point &dest ) : int

Method Details

Actor2() public méthode

public Actor2 ( ScummEngine engine, byte id ) : System
engine ScummEngine
id byte
Résultat System

AdjustXYToBeInBox() public méthode

public AdjustXYToBeInBox ( System.Point dst ) : AdjustBoxResult
dst System.Point
Résultat AdjustBoxResult

Init() public méthode

public Init ( int mode ) : void
mode int
Résultat void

PrepareDrawActorCostume() protected méthode

protected PrepareDrawActorCostume ( ICostumeRenderer bcr ) : void
bcr ICostumeRenderer
Résultat void

Walk() public méthode

public Walk ( ) : void
Résultat void