C# Class Unity.Platform.IPhone.IPhoneI18N

Inheritance: Unity.Core.I18N.AbstractI18N
Afficher le fichier Open project: Appverse/appverse-mobile Class Usage Examples

Méthodes publiques

Méthode Description
IPhoneI18N ( ) : System

Méthodes protégées

Méthode Description
FileExists ( string filePath ) : bool
GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
getXmlTextReader ( string textFilePath ) : XmlTextReader
readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
readFromPlistFile ( string file, string key ) : string

Private Methods

Méthode Description
getResourceLiteralValue ( string key, string fullPathFilePlist, NSDictionary resourcesLiteral ) : string
loadResourcesLiteral ( string fullPathFilePlist ) : NSDictionary

Method Details

FileExists() protected méthode

protected FileExists ( string filePath ) : bool
filePath string
Résultat bool

GetDirectoryFiles() protected méthode

protected GetDirectoryFiles ( string directoryPath, string filePattern ) : string[]
directoryPath string
filePattern string
Résultat string[]

IPhoneI18N() public méthode

public IPhoneI18N ( ) : System
Résultat System

getXmlTextReader() protected méthode

protected getXmlTextReader ( string textFilePath ) : XmlTextReader
textFilePath string
Résultat System.Xml.XmlTextReader

readAllFromPlistFile() protected méthode

protected readAllFromPlistFile ( string file ) : ResourceLiteralDictionary
file string
Résultat ResourceLiteralDictionary

readFromPlistFile() protected méthode

protected readFromPlistFile ( string file, string key ) : string
file string
key string
Résultat string