Skip to content

Instantly share code, notes, and snippets.

@todorok1
Created July 4, 2025 13:10
Show Gist options
  • Select an option

  • Save todorok1/955c8128001fe7d7cb6fe0c1208b1550 to your computer and use it in GitHub Desktop.

Select an option

Save todorok1/955c8128001fe7d7cb6fe0c1208b1550 to your computer and use it in GitHub Desktop.
シンプルRPGチュートリアル第98回 選択肢ウィンドウの動作を制御するクラス
/// <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