C# 클래스 Sanguosha.UI.Controls.GameSoundLocator

파일 보기 프로젝트 열기: RagingBigFemaleBird/sgs 1 사용 예제들

공개 메소드들

메소드 설명
GetBgm ( ) : Uri
GetCardSound ( string cardName, bool isMale ) : Uri
GetDeathSound ( string key ) : Uri
GetSkillSound ( string skillName, int skillTag ) : Uri
GetSystemSound ( string key ) : Uri
Initialize ( ) : void
_RemoveTrailingDigits ( string s ) : string

비공개 메소드들

메소드 설명
GetUriFromKey ( string key ) : Uri
GetUriFromPath ( string path ) : Uri
_ParseDirectory ( string key, string path ) : void

메소드 상세

GetBgm() 공개 정적인 메소드

public static GetBgm ( ) : Uri
리턴 System.Uri

GetCardSound() 공개 정적인 메소드

public static GetCardSound ( string cardName, bool isMale ) : Uri
cardName string
isMale bool
리턴 System.Uri

GetDeathSound() 공개 정적인 메소드

public static GetDeathSound ( string key ) : Uri
key string
리턴 System.Uri

GetSkillSound() 공개 정적인 메소드

public static GetSkillSound ( string skillName, int skillTag ) : Uri
skillName string
skillTag int
리턴 System.Uri

GetSystemSound() 공개 정적인 메소드

public static GetSystemSound ( string key ) : Uri
key string
리턴 System.Uri

Initialize() 공개 정적인 메소드

public static Initialize ( ) : void
리턴 void

_RemoveTrailingDigits() 공개 정적인 메소드

public static _RemoveTrailingDigits ( string s ) : string
s string
리턴 string