-
-
Save todorok1/955c8128001fe7d7cb6fe0c1208b1550 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第98回 選択肢ウィンドウの動作を制御するクラス
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <summary> | |
| /// 選択肢を選べるかどうかのフラグです。 | |
| /// </summary> | |
| bool _canSelect; | |
| /// <summary> | |
| /// 選択された選択肢のインデックスです。 | |
| /// </summary> | |
| protected int _selectedIndex; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment