UGUI_EventSystem和StandaloneInput

public class L4 : MonoBehaviour
{
    // Start is called before the first frame update
    void Start()
    {
        //Event System相关参数
        //First Selected 默认选择对象
        //Send Navigation Events 启用导航事件(用键盘输入控制选项)
    }
}
posted @ 2025-04-04 11:27  cannedmint  阅读(5)  评论(0)    收藏  举报