@@ -78,6 +78,7 @@ open class SGraphyItem(parent: SGraphyItem? = null) {
} // Function toSceneMotionEvent()
} // companion object
+
/** 父节点 */
var parent:SGraphyItem? = parent
set(value) {