Thanks for the notes as well as for your positive feedback on FlowCanvas 🙂
You are correct about all your points, though I really had to make some changes/refactoring to a few things.
1) I think it made more sense to have the [DoNotList] attribute inherited, since abstract types are not listed in the menu anyway. If not already, then you could make that parent node type you are using abstract, to make it not show in the menu.
2) That is correct, 2-liners are currently not supported because of the header now having a fixed height, but I will take another look at this!
3) The Mode in the IconAttribute has been replaced with a property you can override in your nodes. The property is called “iconAlignment” and to replicate the previous ‘Mode.AppendToTitle’, you simply have to override the property (probably in your parent type) and return ‘Alignment2x2.Bottom’. (Only Default, Left and Bottom are currently taken into account by the way).
Thanks again for your feedback!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.