com.vovgou.loxodon-framework-fody-propertychanged
Version:
This is a plugin for static weaving code that integrates PropertyChanged.Fody into a Unity project, it can inject code which raises the PropertyChanged event into property setters of classes which implement INotifyPropertyChanged.
26 lines (25 loc) • 798 B
JSON
{
"name": "com.vovgou.loxodon-framework-fody-propertychanged",
"displayName": "Loxodon Framework Fody PropertyChanged",
"version": "2.6.7",
"unity": "2018.4",
"description": "This is a plugin for static weaving code that integrates PropertyChanged.Fody into a Unity project, it can inject code which raises the PropertyChanged event into property setters of classes which implement INotifyPropertyChanged.",
"license": "MIT",
"keywords": [
"MVVM",
"Unity3d",
"Fody",
"PropertyChanged",
"Weaver"
],
"author": {
"name": "Clark Yang",
"email": "yangpc.china@gmail.com",
"url": "https://github.com/vovgou/loxodon-framework"
},
"category": "GUI",
"relatedPackages": {},
"dependencies": {
"com.vovgou.loxodon-framework-fody": "2.6.7"
}
}