コード例 #1
0
    public void UpdateKeyByIndex(int index, KeyCode oldKey, KeyCode newKey)
    {
        m_uiTextList[index].text = newKey.ToString();

        TextEffect.Show(oldKey.ToString(), m_uiTextList[index].transform.position);
    }