2024-12-16 15:45:19 +08:00

21 lines
378 B
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

using UnityEngine;
using QFramework;
// 1.请在菜单 编辑器扩展/Namespace Settings 里设置命名空间
// 2.命名空间更改后,生成代码之后,需要把逻辑代码文件(非 Designer的命名空间手动更改
namespace QFramework.Example
{
public partial class UICameraView : ViewController
{
void Start()
{
}
//public void Set
}
}