C# Class TagTool.Sounds.SoundPackFile

A file in a sound pack.
Inheritance: IWwiseObject
Afficher le fichier Open project: TheGuardians/TagTool Class Usage Examples

Méthodes publiques

Méthode Description
Accept ( IWwiseObjectVisitor visitor ) : void

Calls the Visit(SoundPackFile) method on an IWwiseObjectVisitor.

SoundPackFile ( SoundPack parent, EndianReader reader ) : TagTool.IO

Method Details

Accept() public méthode

Calls the Visit(SoundPackFile) method on an IWwiseObjectVisitor.
public Accept ( IWwiseObjectVisitor visitor ) : void
visitor IWwiseObjectVisitor The visitor to call the method on.
Résultat void

SoundPackFile() public méthode

public SoundPackFile ( SoundPack parent, EndianReader reader ) : TagTool.IO
parent SoundPack
reader TagTool.IO.EndianReader
Résultat TagTool.IO