Question
If I have a node structure as follows:
And both are on layer 1. Will the child canvas layer render alongside the parent canvas layer as they are on layer 1? or the parent will have its own layers and the child will be rendered according to the parent layers and don’t share the global one.
So are there like global layers that the canvas layers share irrespective of whether they are in parent-child structure or not?
Or the following is correct?
and the same question for the z-index as well. If a node has multiple children having some z-indexes, will those z-indexes will only work locally for that parent or are shared globally with all other nodes in the project?
If someone understands what I’m saying, I’ll appreciate the help.