C# Class TagTool.Sounds.SoundBankFile

A file in a sound bank.
Inheritance: IWwiseObject
Show file Open project: TheGuardians/TagTool Class Usage Examples

Public Methods

Method Description
Accept ( IWwiseObjectVisitor visitor ) : void

Calls the Visit(SoundBankFile) method on an IWwiseObjectVisitor.

SoundBankFile ( SoundBank parent, EndianReader reader ) : TagTool.IO
SoundBankFile ( SoundBank parent, uint id, int offset, int size ) : TagTool.IO

Method Details

Accept() public method

Calls the Visit(SoundBankFile) method on an IWwiseObjectVisitor.
public Accept ( IWwiseObjectVisitor visitor ) : void
visitor IWwiseObjectVisitor The visitor to call the method on.
return void

SoundBankFile() public method

public SoundBankFile ( SoundBank parent, EndianReader reader ) : TagTool.IO
parent SoundBank
reader TagTool.IO.EndianReader
return TagTool.IO

SoundBankFile() public method

public SoundBankFile ( SoundBank parent, uint id, int offset, int size ) : TagTool.IO
parent SoundBank
id uint
offset int
size int
return TagTool.IO