Ejemplo n.º 1
0
    void OnDisable()
    {
        if (mCDBlink_DelayEnableComponent != null)
        {
            mCDBlink_DelayEnableComponent.OnStop();
        }
        if (mClickEffect_DelayEnableComponent != null)
        {
            mClickEffect_DelayEnableComponent.OnStop();
        }

        StopPressWait();
    }
Ejemplo n.º 2
0
    /// <summary>
    /// 取消激活
    /// </summary>
    void OnDisable()
    {
        if (mCDBlinkDelayer != null)
        {
            mCDBlinkDelayer.OnStop();
        }

        if (mClickEffectDelayer != null)
        {
            mClickEffectDelayer.OnStop();
        }

        StopPressWait();
    }