C# Class NScumm.Scumm.CostumeData

Show file 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 property

public byte[] Active
return byte[]

AnimCounter public property

public ushort AnimCounter
return ushort

Curpos public property

public ushort[] Curpos
return ushort[]

Current public property

public ushort Current
return ushort

End public property

public ushort[] End
return ushort[]

Frame public property

public ushort[] Frame
return ushort[]

SoundCounter public property

public byte SoundCounter
return byte

SoundPos public property

public byte SoundPos
return byte

Start public property

public ushort[] Start
return ushort[]

Stopped public property

public ushort Stopped
return ushort