Exemplo n.º 1
0
    private void SetCommonUI()
    {
        this.baseTitleName.text       = StringMaster.GetString("Succession-01");
        this.partnerTitleName.text    = StringMaster.GetString("ArousalPartner");
        this.goSelectPanelMonsterIcon = GUIManager.LoadCommonGUI("SelectListPanel/SelectListPanelMonsterIcon", base.gameObject);
        this.csSelectPanelMonsterIcon = this.goSelectPanelMonsterIcon.GetComponent <GUISelectPanelMonsterIcon>();
        Vector3 localPosition = this.goSelectPanelMonsterIcon.transform.localPosition;

        localPosition.x = 208f;
        GUICollider component = this.goSelectPanelMonsterIcon.GetComponent <GUICollider>();

        component.SetOriginalPos(localPosition);
        if (null != this.goEFC_RIGHT)
        {
            this.goSelectPanelMonsterIcon.transform.parent = this.goEFC_RIGHT.transform;
        }
        this.csSelectPanelMonsterIcon.ListWindowViewRect = ConstValue.GetRectWindow2();
    }