// Copyright (c) 2025 EFramework Innovation. All rights reserved.
// Use of this source code is governed by a MIT-style
// license that can be found in the LICENSE file.
using NUnit.Framework;
using EFramework.Unity.UIPlugin;
using UnityEngine;
using UnityEngine.UI;
using UnityEngine.TestTools;
using System.Collections;
///
/// TestUICameraMask 是 UICameraMask 的单元测试。
///
public class TestUICameraMask
{
[UnityTest]
public IEnumerator SetTarget()
{
// 创建测试对象
var root = new GameObject("TestMask");
root.AddComponent