Sfoglia il codice sorgente

新年红包标题动效调整

huangxiaoyue 1 anno fa
parent
commit
15537b25f7

+ 3 - 0
GameClient/Assets/Game/HotUpdate/FairyGUI/GenCode/NewYearRedEnvelope/UI_NewYearRedEnvelopeUI.cs

@@ -22,6 +22,7 @@ namespace UI.NewYearRedEnvelope
         public GComponent m_itemReward;
         public GRichTextField m_textGetNum;
         public GRichTextField m_txtGet;
+        public Transition m_textShow;
         public const string URL = "ui://pt3t9f1ujsko0";
         public const string PACKAGE_NAME = "NewYearRedEnvelope";
         public const string RES_NAME = "NewYearRedEnvelopeUI";
@@ -84,6 +85,7 @@ namespace UI.NewYearRedEnvelope
             m_itemReward = (GComponent)comp.GetChild("itemReward");
             m_textGetNum = (GRichTextField)comp.GetChild("textGetNum");
             m_txtGet = (GRichTextField)comp.GetChild("txtGet");
+            m_textShow = comp.GetTransition("textShow");
         }
         public void Dispose(bool disposeTarget = false)
         {
@@ -103,6 +105,7 @@ namespace UI.NewYearRedEnvelope
             m_itemReward = null;
             m_textGetNum = null;
             m_txtGet = null;
+            m_textShow = null;
             if(disposeTarget && target != null)
             {
                 target.RemoveFromParent();

BIN
GameClient/Assets/ResIn/UI/NewYearRedEnvelope/NewYearRedEnvelope_fui.bytes