|
abstract bool | ReadData (ILocalizationManager localizationManager, string dictionaryAssetName, object dictionaryAsset, object userData) |
| 读取字典。 更多...
|
|
abstract bool | ReadData (ILocalizationManager localizationManager, string dictionaryAssetName, byte[] dictionaryBytes, int startIndex, int length, object userData) |
| 读取字典。 更多...
|
|
abstract bool | ParseData (ILocalizationManager localizationManager, string dictionaryString, object userData) |
| 解析字典。 更多...
|
|
abstract bool | ParseData (ILocalizationManager localizationManager, byte[] dictionaryBytes, int startIndex, int length, object userData) |
| 解析字典。 更多...
|
|
abstract void | ReleaseDataAsset (ILocalizationManager localizationManager, object dictionaryAsset) |
| 释放字典资源。 更多...
|
|
bool | ReadData (T dataProviderOwner, string dataAssetName, object dataAsset, object userData) |
| 读取数据。 更多...
|
|
bool | ReadData (T dataProviderOwner, string dataAssetName, byte[] dataBytes, int startIndex, int length, object userData) |
| 读取数据。 更多...
|
|
bool | ParseData (T dataProviderOwner, string dataString, object userData) |
| 解析内容。 更多...
|
|
bool | ParseData (T dataProviderOwner, byte[] dataBytes, int startIndex, int length, object userData) |
| 解析内容。 更多...
|
|
void | ReleaseDataAsset (T dataProviderOwner, object dataAsset) |
| 释放内容资源。 更多...
|
|