Zitga-Tech / ZBase.Foundation.Mvvm

An MVVM framework for Unity that utilizes C# Source Generator for better performance, based on CommunityToolkit.Mvvm
MIT License
11 stars 5 forks source link

How to reference multiple Viewmodels #3

Open eefan000 opened 3 months ago

eefan000 commented 3 months ago

https://dev.epicgames.com/documentation/zh-cn/unreal-engine/umg-viewmodel#%E5%90%91%E6%8E%A7%E4%BB%B6%E6%B7%BB%E5%8A%A0viewmodel

grashaar commented 3 months ago

Currently each Binder can only bind to 1 ViewModel. A workaround would be using multiple binding contexts.