/// <summary> /// 初始化 /// </summary> public void Init() { m_canvas = Daemon.FindObjectOfType <Canvas>(); Daemon.DontDestroyOnLoad(m_canvas); }