Example #1
0
        void OnDisable()
        {
            if (m_Profile != null)
            {
                SkyManager.UnRegisterStaticLightingSky(this);
            }

            Reset();
        }
Example #2
0
        void OnDisable()
        {
            if (m_Profile != null)
            {
                SkyManager.UnRegisterStaticLightingSky(this);
            }

            ResetSky();
            ResetCloud();
            ResetVolumetricCloud();
        }