Public Member Functions | |
PopupFieldBase (List< string > choices, int defaultIndex, Func< T, string > formatSelectedValueCallback=null, Func< T, string > formatListItemCallback=null, int isNumberPattern=0, List< string > noItemList=null) | |
void | RegisterValueChangedCallback (EventCallback< ChangeEvent< T > > callback) |
void | RefreshChoices (List< string > choices, List< string > noItemList=null) |
選択肢を更新する | |
void | ForceSetIndex (int index) |
void | ChangeButtonText (int index) |
Public Attributes | |
int | index |
string | value |
void RPGMaker.Codebase.Editor.Common.View.PopupFieldBase< T >.RefreshChoices | ( | List< string > | choices, |
List< string > | noItemList = null |
||
) |
選択肢を更新する
choices | 選択肢一覧 |
noItemList |