C# 클래스 Unity.Platform.IPhone.IPhoneI18N

상속: Unity.Core.I18N.AbstractI18N
파일 보기 프로젝트 열기: Appverse/appverse-mobile 1 사용 예제들

공개 메소드들

메소드 설명
IPhoneI18N ( ) : System

보호된 메소드들

메소드 설명
FileExists ( string filePath ) : bool
GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
getXmlTextReader ( string textFilePath ) : XmlTextReader
readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
readFromPlistFile ( string file, string key ) : string

비공개 메소드들

메소드 설명
getResourceLiteralValue ( string key, string fullPathFilePlist, NSDictionary resourcesLiteral ) : string
loadResourcesLiteral ( string fullPathFilePlist ) : NSDictionary

메소드 상세

FileExists() 보호된 메소드

protected FileExists ( string filePath ) : bool
filePath string
리턴 bool

GetDirectoryFiles() 보호된 메소드

protected GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
directoryPath string
filePattern string
리턴 string[]

IPhoneI18N() 공개 메소드

public IPhoneI18N ( ) : System
리턴 System

getXmlTextReader() 보호된 메소드

protected getXmlTextReader ( string textFilePath ) : XmlTextReader
textFilePath string
리턴 System.Xml.XmlTextReader

readAllFromPlistFile() 보호된 메소드

protected readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
file string
리턴 ResourceLiteralDictionary

readFromPlistFile() 보호된 메소드

protected readFromPlistFile ( string file, string key ) : string
file string
key string
리턴 string