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