-
-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request