コード例 #1
0
ファイル: WindowFrame.cs プロジェクト: CrazyGame/AwsomeGirl
        public override void ConstructFromXML(XML xml)
        {
            base.ConstructFromXML(xml);

            m_BackGround      = (GImage)this.GetChildAt(0);
            m_WindowArea      = (GImage)this.GetChildAt(1);
            m_BaseWindow      = (WindowTitle)this.GetChildAt(2);
            m_BackTitleButton = (BackButtonTitle)this.GetChildAt(3);
        }
コード例 #2
0
 public GComponent Inject()
 {
     if (instace != null)
     {
         return(instace);
     }
     instace            = BackButtonTitle.CreateInstance();
     instace.Disposable = false;
     new BackButtonTitleMedia().Init(instace);
     return(instace);
 }
コード例 #3
0
 public void Init(BackButtonTitle instace)
 {
     InitInstance(instace);
 }
コード例 #4
0
 partial void InitInstance(BackButtonTitle instace);