fix shaders for ios, add separator for combobox
This commit is contained in:
@@ -5,8 +5,10 @@ class NodeComboBox : public NodeButton
|
||||
{
|
||||
public:
|
||||
std::function<void(Node* target, int index)> on_select;
|
||||
std::vector<std::string> labels;
|
||||
std::vector<std::string> m_data;
|
||||
std::vector<std::string> m_items;
|
||||
int m_current_index = 0;
|
||||
int m_selected_child_index = 0;
|
||||
virtual Node* clone_instantiate() const override;
|
||||
virtual void clone_copy(Node* dest) const override;
|
||||
virtual void loaded() override;
|
||||
|
||||
Reference in New Issue
Block a user