Feature description
I have IEffect and some wrapper class like CompositeEffect which contains IEffect and IProvider<int> to repeat effect execution certain times. In editor it looks like this:

And when it not expanded I see only Element 1 Composite Effect.
It would be perfect if I could see something like: Element 1 Composite Effect: Draw / Element 1 Draw (composite) / Element 1 Draw.
I think it could be down like Odin does in it's attributes, where we can specify method name to get string dynamically instead of specify const string value.
Feature description
I have

IEffectand some wrapper class likeCompositeEffectwhich containsIEffectandIProvider<int>to repeat effect execution certain times. In editor it looks like this:And when it not expanded I see only
Element 1 Composite Effect.It would be perfect if I could see something like:
Element 1 Composite Effect: Draw/Element 1 Draw (composite)/Element 1 Draw.I think it could be down like Odin does in it's attributes, where we can specify method name to get
stringdynamically instead of specify const string value.