想要在代码中实现在在某些特定条件下对特定节点的显隐状态进行调整
使用show()和hide()可以实现对节点显隐状态的调整 visiable = true/false也可以 e.g.:point.show() point.hide() point.visiable = true/false
评论
使用show()和hide()可以实现对节点显隐状态的调整
visiable = true/false也可以
e.g.:point.show() point.hide()
point.visiable = true/false