C# 클래스 TagTool.Sounds.SoundPackFolder

A folder in a sound pack.
파일 보기 프로젝트 열기: TheGuardians/TagTool 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( SoundPackFile file ) : void

Adds a file to the folder.

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

Returns the folder's name.

메소드 상세

AddFile() 공개 메소드

Adds a file to the folder.
public AddFile ( SoundPackFile file ) : void
file SoundPackFile The file to add.
리턴 void

SoundPackFolder() 공개 메소드

public SoundPackFolder ( string name ) : System.Collections.Generic
name string
리턴 System.Collections.Generic

ToString() 공개 메소드

Returns the folder's name.
public ToString ( ) : string
리턴 string