SceneView中未包含duringSceneGui定义,应该怎么做呢
你直接写SceneView.duringSceneGui,那么duringSceneGui必须是静态成员如果duringSceneGui是实例成员,你需要先将SceneView实例化,然后使用实例变量去访问实例成员