示例#1
0
    /// <summary>
    /// Selectable button has lost
    /// the game cursor.
    /// </summary>
    /// <returns>void</returns>
    private void ButtonLostFocus()
    {
        // set button new status.
        onFocus = false;

        // stop focus animation and display lost focus animation.
        animation.Stop();
        buttonWrapper.onFocusLost();
    }