//------------------------------------------------------------
// Game Framework
// Copyright © 2013-2021 Jiang Yin. All rights reserved.
// Homepage: https://gameframework.cn/
// Feedback: mailto:ellan@gameframework.cn
//------------------------------------------------------------
namespace UnityGameFramework.Runtime
{
///
/// 默认界面组辅助器。
///
public class DefaultUIGroupHelper : UIGroupHelperBase
{
///
/// 设置界面组深度。
///
/// 界面组深度。
public override void SetDepth(int depth)
{
}
}
}