C# Class TagTool.Sounds.SoundPackFolder

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

Méthodes publiques

Méthode Description
AddFile ( SoundPackFile file ) : void

Adds a file to the folder.

SoundPackFolder ( string name ) : System.Collections.Generic
ToString ( ) : string

Returns the folder's name.

Method Details

AddFile() public méthode

Adds a file to the folder.
public AddFile ( SoundPackFile file ) : void
file SoundPackFile The file to add.
Résultat void

SoundPackFolder() public méthode

public SoundPackFolder ( string name ) : System.Collections.Generic
name string
Résultat System.Collections.Generic

ToString() public méthode

Returns the folder's name.
public ToString ( ) : string
Résultat string