コード例 #1
0
 void OnDisable()
 {
     if (Camera == null)
     {
         return;
     }
     VegetationStudioManager.RemoveCamera(Camera);
 }