C# Class HaloMap.RawData.Sound

The sound.
Inheritance: RawDataContainer
显示文件 Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
Permutations HaloMap.H2MetaContainers.ugh_.SoundPermutationChunk[]
count int
index int

Public Methods

Method Description
Read ( int TagIndex, Map map, bool dontreadraw ) : void

The read.

ReadH1SoundData ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 1 sound data.

ReadH2SoundData ( int TagIndex, Map map, bool dontreadraw ) : void

The read h 2 sound data.

Sound ( ) : System

Initializes a new instance of the Sound class.

Method Details

Read() public method

The read.
public Read ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

ReadH1SoundData() public method

The read h 1 sound data.
public ReadH1SoundData ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

ReadH2SoundData() public method

The read h 2 sound data.
public ReadH2SoundData ( int TagIndex, Map map, bool dontreadraw ) : void
TagIndex int The TagIndex.
map HaloMap.Map.Map The map.
dontreadraw bool The dontreadraw.
return void

Sound() public method

Initializes a new instance of the Sound class.
public Sound ( ) : System
return System

Property Details

Permutations public_oe property

The permutations.
public ugh_.SoundPermutationChunk[],HaloMap.H2MetaContainers Permutations
return HaloMap.H2MetaContainers.ugh_.SoundPermutationChunk[]

count public_oe property

The count.
public int count
return int

index public_oe property

The index.
public int index
return int