//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2021 loyalsoft. All rights reserved.
// Homepage: http://www.game7000.com/
// Feedback: http://www.game7000.com/
//------------------------------------------------------------
namespace GameFramework.Resource
{
///
/// 卸载场景失败回调函数。
///
/// 要卸载的场景资源名称。
/// 用户自定义数据。
public delegate void UnloadSceneFailureCallback(string sceneAssetName, object userData);
}