C# 클래스 GlobalMultiling, PuzzleGameProject

파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject 1 사용 예제들

공개 메소드들

메소드 설명
GlobalMultiling ( ) : System.Collections
getTranslatedValue ( string textValue ) : string
translateAll ( ) : void
translateForGameObject ( GameObject gameObject ) : void

비공개 메소드들

메소드 설명
CheckLanguage ( ) : void
translate ( Text t ) : void

메소드 상세

GlobalMultiling() 공개 메소드

public GlobalMultiling ( ) : System.Collections
리턴 System.Collections

getTranslatedValue() 공개 메소드

public getTranslatedValue ( string textValue ) : string
textValue string
리턴 string

translateAll() 공개 메소드

public translateAll ( ) : void
리턴 void

translateForGameObject() 공개 메소드

public translateForGameObject ( GameObject gameObject ) : void
gameObject GameObject
리턴 void