C# Class TagTool.Sounds.SoundBankActorMixer

An actor-mixer in a sound bank.
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(SoundBankActorMixer) method on an IWwiseObjectVisitor.

SoundBankActorMixer ( EndianReader reader, uint id ) : TagTool.IO

Method Details

Accept() public méthode

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

SoundBankActorMixer() public méthode

public SoundBankActorMixer ( EndianReader reader, uint id ) : TagTool.IO
reader TagTool.IO.EndianReader
id uint
Résultat TagTool.IO