C# Class NScumm.Scumm.IO.CostumeLoader0

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

Méthodes publiques

Свойство Type Description
actorV0Colors byte[]

Protected Properties

Свойство Type Description
_vm ScummEngine

Méthodes publiques

Méthode Description
CostumeDecodeData ( Actor a, int frame, uint usemask ) : void
CostumeLoader0 ( ScummEngine vm ) : System
GetFrame ( Actor a, int limb ) : byte
IncreaseAnims ( Actor a ) : int
LoadCostume ( int id ) : void

Private Methods

Méthode Description
ICostumeLoader ( int id ) : bool
IncreaseAnim ( Actor a, int limb ) : bool

Method Details

CostumeDecodeData() public méthode

public CostumeDecodeData ( Actor a, int frame, uint usemask ) : void
a Actor
frame int
usemask uint
Résultat void

CostumeLoader0() public méthode

public CostumeLoader0 ( ScummEngine vm ) : System
vm ScummEngine
Résultat System

GetFrame() public méthode

public GetFrame ( Actor a, int limb ) : byte
a Actor
limb int
Résultat byte

IncreaseAnims() public méthode

public IncreaseAnims ( Actor a ) : int
a Actor
Résultat int

LoadCostume() public méthode

public LoadCostume ( int id ) : void
id int
Résultat void

Property Details

_vm protected_oe property

protected ScummEngine _vm
Résultat ScummEngine

actorV0Colors public_oe static_oe property

public static byte[] actorV0Colors
Résultat byte[]