C# Class NScumm.Scumm.Audio.IMuse.IMuseDigital.IMuseDigital.ImuseDigTable

ファイルを表示 Open project: scemino/nscumm

Public Properties

Property Type Description
AttribPos byte
Filename string
HookId byte
Name string
SoundId short
TransitionType byte

Public Methods

Method Description
ImuseDigTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, string filename )

Method Details

ImuseDigTable() public method

public ImuseDigTable ( byte transitionType, short soundId, string name, byte attribPos, byte hookId, string filename )
transitionType byte
soundId short
name string
attribPos byte
hookId byte
filename string

Property Details

AttribPos public_oe property

public byte AttribPos
return byte

Filename public_oe property

public string Filename
return string

HookId public_oe property

public byte HookId
return byte

Name public_oe property

public string Name
return string

SoundId public_oe property

public short SoundId
return short

TransitionType public_oe property

public byte TransitionType
return byte