C# 클래스 Files.IFF.FWAV

This chunk type holds a null-terminated string that specifies the name of a track/event pair. This chunk type is used by the SimAntics "Play sound event" instruction, which looks up the track/event pair with this name in the EVT files of the game, and then sends the event to the track.
상속: IFFChunk
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TrackEventPair string

공개 메소드들

메소드 설명
FWAV ( IFFChunk BaseChunk ) : System.IO

메소드 상세

FWAV() 공개 메소드

public FWAV ( IFFChunk BaseChunk ) : System.IO
BaseChunk IFFChunk
리턴 System.IO

프로퍼티 상세

TrackEventPair 공개적으로 프로퍼티

public string TrackEventPair
리턴 string