| 587 | } |
| 588 | |
| 589 | void ScriptParamParts::Editor::SetTextField() { |
| 590 | type_ = ScriptParamEditorType::TEXTFIELD; |
| 591 | } |
| 592 | |
| 593 | void ScriptParamParts::Editor::SetDisplaySlider(const std::string &details) { |
| 594 | type_ = ScriptParamEditorType::DISPLAY_SLIDER; |