C# Class HaloMap.RawData.Sound

The sound.
Inheritance: RawDataContainer
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
Permutations HaloMap.H2MetaContainers.ugh_.SoundPermutationChunk[]
count int
index int

Méthodes publiques

Méthode 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 méthode

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.
Résultat void

ReadH1SoundData() public méthode

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.
Résultat void

ReadH2SoundData() public méthode

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.
Résultat void

Sound() public méthode

Initializes a new instance of the Sound class.
public Sound ( ) : System
Résultat System

Property Details

Permutations public_oe property

The permutations.
public ugh_.SoundPermutationChunk[],HaloMap.H2MetaContainers Permutations
Résultat HaloMap.H2MetaContainers.ugh_.SoundPermutationChunk[]

count public_oe property

The count.
public int count
Résultat int

index public_oe property

The index.
public int index
Résultat int