소스 검색

b端初始值

slambb 10 달 전
부모
커밋
2e59daff2e
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      Assets/BowArrow/InfraredCamera/InfraredDemo.cs

+ 4 - 0
Assets/BowArrow/InfraredCamera/InfraredDemo.cs

@@ -766,6 +766,10 @@ public class InfraredDemo : JCUnityLib.ViewBase
         _duckLevelDropdown.SetValueWithoutNotify(defLevel);
         _duckLevelDropdown.onValueChanged.AddListener(SetDuckLevelTest);
 
+        //b端设置偏移值
+        if (CommonConfig.StandaloneModeOrPlatformB) {
+            InitCenterOffset();
+        }
     }