Extending the System
Binding System can be easily extended with new converters, modifiers and value providers. When creating new types of these components, the system will auto-register them on the second compilation round (it doesn't have enough information during the first compilation round).
To check which types are registered in the system, check the file Assets/BindingSystem/Init/Runtime/AutoRegistrations.cs
To disable auto-registration of a type, add [HideMember]
attribute to its class definition.
Last updated
Was this helpful?