Interface ISceneStorageCallback
實作Callback取得ISceneStorageManager方法執行結果
public interface ISceneStorageCallback
Methods
OnLoadComplete()
資料操作成功
void OnLoadComplete()
OnLoadComplete(object)
取得資料成功
void OnLoadComplete(object result)
Parameters
result
object結果物件
OnLoadComplete(string)
取得資料成功
void OnLoadComplete(string result)
Parameters
result
string結果字串
OnLoadComplete(Texture2D)
圖片載入成功
void OnLoadComplete(Texture2D texture)
Parameters
texture
Texture2D圖片紋理貼圖
OnLoadFailed(SceneStorageError, string)
資料操作失敗
void OnLoadFailed(SceneStorageError errorType, string networkErrorDetails)
Parameters
errorType
SceneStorageError錯誤類型
networkErrorDetails
string詳細資訊