请问我将scrollview组件的content节点的下加入Graphics属性 画出children1 - children2的连线,但是由于children层级在content之上所以content的线被children的图片遮盖了,如何能让content下的线能显示出来呢?
结构如下:
-scrollview
-content(添加了Graphics)
-children1
-children2
-children3
如何让Graphics的线显示children的上层或者说如果我要达到让content下的children线与线的连接显示还有没有其他办法呢?