C# 클래스 HyoutaTools.Tales.Vesperia.VesperiaUtil

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

공개 메소드들

메소드 설명
GetButtonName ( GameVersion version, ControllerButton button ) : String
RemoveFurigana ( string str, bool keepFuriganaInstead ) : string
RemoveTags ( String s, bool useJapaneseNames = false, bool outputAsHtml = false, bool removeKanjiWithFurigana = false ) : String
ReplaceColorCommandsWithSpansHtml ( string s ) : string
ReplaceFuriganaWithHtmlRuby ( string str ) : string
ReplaceWithInsaneNames ( String input ) : String
ToHtmlEng ( this str, GameVersion version ) : string
ToHtmlJpn ( this str, GameVersion version ) : string

메소드 상세

GetButtonName() 공개 정적인 메소드

public static GetButtonName ( GameVersion version, ControllerButton button ) : String
version GameVersion
button ControllerButton
리턴 String

RemoveFurigana() 공개 정적인 메소드

public static RemoveFurigana ( string str, bool keepFuriganaInstead ) : string
str string
keepFuriganaInstead bool
리턴 string

RemoveTags() 공개 정적인 메소드

public static RemoveTags ( String s, bool useJapaneseNames = false, bool outputAsHtml = false, bool removeKanjiWithFurigana = false ) : String
s String
useJapaneseNames bool
outputAsHtml bool
removeKanjiWithFurigana bool
리턴 String

ReplaceColorCommandsWithSpansHtml() 공개 정적인 메소드

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

ReplaceFuriganaWithHtmlRuby() 공개 정적인 메소드

public static ReplaceFuriganaWithHtmlRuby ( string str ) : string
str string
리턴 string

ReplaceWithInsaneNames() 공개 정적인 메소드

public static ReplaceWithInsaneNames ( String input ) : String
input String
리턴 String

ToHtmlEng() 공개 정적인 메소드

public static ToHtmlEng ( this str, GameVersion version ) : string
str this
version GameVersion
리턴 string

ToHtmlJpn() 공개 정적인 메소드

public static ToHtmlJpn ( this str, GameVersion version ) : string
str this
version GameVersion
리턴 string