C# 클래스 HaloMap.RawData.Sound

The sound.
상속: RawDataContainer
파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Permutations HaloMap.H2MetaContainers.ugh_.SoundPermutationChunk[]
count int
index int

공개 메소드들

메소드 설명
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.

메소드 상세

Read() 공개 메소드

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.
리턴 void

ReadH1SoundData() 공개 메소드

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.
리턴 void

ReadH2SoundData() 공개 메소드

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.
리턴 void

Sound() 공개 메소드

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

프로퍼티 상세

Permutations 공개적으로 프로퍼티

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

count 공개적으로 프로퍼티

The count.
public int count
리턴 int

index 공개적으로 프로퍼티

The index.
public int index
리턴 int