Namespace Bannerlord.UIExtenderEx.Attributes
Classes
- BaseUIExtenderAttribute
Base class for extensions attributes
- DataSourceMethodAttribute
Attribute for mixin methods to be added to view models. Only methods specified by this attribute will actually end up in extended view model
- PrefabExtensionAttribute
Attribute for prefab XML extensions. Extension classes should inherit from one of the
IPrefabPatch
base classes and should be marked with this attribute
- ViewModelMixinAttribute
Attribute to mark view model mixins. Mixin classes should extend from BaseViewModelMixin<TViewModel> and should be marked with this attribute