public void Disable()
    {
        base.enabled = false;
        this.SetDefaults();
        FullScreenFXMgr mgr = FullScreenFXMgr.Get();

        if (mgr != null)
        {
            mgr.WillReset();
        }
    }