Search found 2 matches
- 20 Mar 2018, 21:12
- Forum: General Discussion
- Replies: 3
- Views: 852
Re: Unity3D: event subscription for dynamic menu items
Hope this helps. Absolutely helpful, thank you! I only had to correct one simple thing in the MenuEntry class (two constructors). I post it for future reads: public class MenuEntry { public string Header { get; private set; } public List<MenuEntry> Children { get; private set; } public DelegateComm...
- 20 Mar 2018, 14:45
- Forum: General Discussion
- Replies: 3
- Views: 852
Unity3D: event subscription for dynamic menu items
Hello everyone, this is my first post, and i have to say I'm pretty impressed by NoesisGUI, it's one of the most promising platforms for GUI development in Unity I've worked with. However, i still have troubles understanding the communication between Unity3D and NoesisGUI, so sorry for the noobish q...