- Home /
List to dropdown
Can you help me? I want to make this work.
I have sets with six entries and I would like to populate a dropdown menu with the set name, not the six entries.
Set mesoS7 = new Set();
mesoS7.AddRewards(CernosPrimeUpperLimb, FormaBlueprint, VenkaPrimeBlades, NamiSkylaPrimeHandle, ParisPrimeGrip, SybarisPrimeBarrel);
Set mesoS8 = new Set();
mesoS8.AddRewards(BroncoPrimeReceiver, FormaBlueprint, GramPrimeBlade, BurstonPrimeBarrel, BallisticaPrimeUpperLimb, SybarisPrimeBarrel);
Set mesoT1 = new Set();
mesoT1.AddRewards(FangPrimeBlueprint, BratonPrimeStock, BurstonPrimeReceiver, ParisPrimeUpperLimb, FormaBlueprint, TiberonPrimeBarrel);
Then when you select a set in the dropdown menu I would like to display the 6 entries in a text field in the same scene. I'm not sure if this reasonable to do with the sets not being together in a list themselves, and if you can do it then how do you get the correct entries if the sets are in a list?
Your answer
Follow this Question
Related Questions
Native Picker Wheel - iOS UI 0 Answers
Dynamically changing UI element position so objects dont overlap? 1 Answer
I need to create a drop DownList Like Structure in UI 0 Answers
Making a blocker like dropdown menu for another gameobject. 0 Answers
DropDown menu(add item from input field): Object reference not set to instance of an object C# 1 Answer