C# Class NScumm.Scumm.CostumeData

Exibir arquivo Open project: scemino/nscumm Class Usage Examples

Public Properties

Property Type Description
Active byte[]
AnimCounter ushort
Curpos ushort[]
Current ushort
End ushort[]
Frame ushort[]
SoundCounter byte
SoundPos byte
Start ushort[]
Stopped ushort

Public Methods

Method Description
CostumeData ( )
Reset ( ) : void

Method Details

CostumeData() public method

public CostumeData ( )

Reset() public method

public Reset ( ) : void
return void

Property Details

Active public_oe property

public byte[] Active
return byte[]

AnimCounter public_oe property

public ushort AnimCounter
return ushort

Curpos public_oe property

public ushort[] Curpos
return ushort[]

Current public_oe property

public ushort Current
return ushort

End public_oe property

public ushort[] End
return ushort[]

Frame public_oe property

public ushort[] Frame
return ushort[]

SoundCounter public_oe property

public byte SoundCounter
return byte

SoundPos public_oe property

public byte SoundPos
return byte

Start public_oe property

public ushort[] Start
return ushort[]

Stopped public_oe property

public ushort Stopped
return ushort