| | |
| | | |
| | | public class LaunchWin : UIBase |
| | | { |
| | | [SerializeField] UIAlphaTween m_AlphaTween; |
| | | // [SerializeField] UIAlphaTween m_AlphaTween; |
| | | [SerializeField] Image m_BackGround; |
| | | [SerializeField] RectTransform m_AndroidProgressContainer; |
| | | [SerializeField] RectTransform m_NetworkContainer; |
| | |
| | | m_TotalProgressSlider.ResetValue(0f); |
| | | } |
| | | |
| | | m_AlphaTween.SetStartState(); |
| | | // m_AlphaTween.SetStartState(); |
| | | |
| | | m_BuildTime.text = VersionConfig.Get().debugVersion ? VersionConfig.Get().buildTime : ""; |
| | | |
| | |
| | | |
| | | public void FadeOut() |
| | | { |
| | | m_AlphaTween.Play(); |
| | | // m_AlphaTween.Play(); |
| | | CloseWindow(); |
| | | } |
| | | |
| | | string GetLaunchStageDescription(LaunchStage _stage, int step) |
| | |
| | | } |
| | | } |
| | | |
| | | public LaunchWinData GetData() |
| | | { |
| | | return new LaunchWinData(){ |
| | | backGroundTimer = backGroundTimer, |
| | | backGroundIndex = backGroundIndex, |
| | | sprite = m_BackGround.overrideSprite, |
| | | sprites = backGrounds, |
| | | }; |
| | | } |
| | | |
| | | } |
| | | |
| | | |