Beispiel #1
0
 // 处理摄影机问题
 private void Update()
 {
     if (m_Targets != null && m_Targets.IsVaild)
     {
         PVSManager.GetInstance().UpdateViewer(this, onChged);
     }
 }