コード例 #1
0
        public override void Update()
        {
            if (m_PanelSettings != null)
            {
                m_PanelSettings.ApplyPanelSettings();
            }

            base.Update();
        }