Replies: 1 comment
-
Hi, You guys are opening discussions here, nice, I did see it by chance :-).
That's a type of Visitor Pattern, it's very useful, though, I think it already exists through the AnimComposer object, if that is true, then no need to replicate new encapsulations, just provide a use-case. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is it a good idea to add a link to the upper layer in the AnimLayer class? So by accessing an AnimLayer, we can walk through all its above layers.
Linking should be done automatically by AnimComposer whenever a new layer is added or an existing layer is removed.
Required methods:
AnimLayer.setUpperLayer()/getUpperLayer()
What is the use case?
An example use case would be in this PR #2043 where we need to find all the above layers from a specific layer.
something like
what do you think?
Beta Was this translation helpful? Give feedback.
All reactions