1969 功能预告解锁到翅膀合成后,未开启的功能没有居中
| | |
| | | } |
| | | protected override void OnActived()
|
| | | {
|
| | | m_ScrollerController.JumpIndex(JumpIndex());
|
| | | m_ScrollerController.JumpIndex(Offset, 0, EnhancedScroller.TweenType.immediate);
|
| | | var offset = 0f;
|
| | | m_ScrollerController.JumpIndex(JumpIndex(), ref offset);
|
| | | m_ScrollerController.JumpIndex(Offset + offset, 0, EnhancedScroller.TweenType.immediate);
|
| | | } |
| | | protected override void OnAfterOpen() |
| | | { |
| | |
| | | FeatureNoticeModel featureNoticeModel { get { return ModelCenter.Instance.GetModel<FeatureNoticeModel>(); } } |
| | | public void GetTheFeatureID(int funcId)
|
| | | {
|
| | | DebugEx.LogError("ID"+ featureNoticeModel.FunctionForecastIndex);
|
| | | var functionForecastConfig = Config.Instance.Get<FunctionForecastConfig>(funcId);
|
| | | if (functionForecastConfig == null)
|
| | | {
|