Exemple #1
0
    // Token: 0x06000285 RID: 645 RVA: 0x00009984 File Offset: 0x00007D84
    public void BackFunc()
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.CloseCheck();
        });
    }
Exemple #2
0
    // Token: 0x06000383 RID: 899 RVA: 0x000145A8 File Offset: 0x000129A8
    public void BackFunc_Picture()
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.CheckExit_PictureResult();
        });
    }
    // Token: 0x060003BF RID: 959 RVA: 0x00016930 File Offset: 0x00014D30
    public void BackFunc()
    {
        UIMaster componentInParent = base.transform.parent.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.CloseScrollView();
        });
    }
Exemple #4
0
    // Token: 0x06000349 RID: 841 RVA: 0x00011FB8 File Offset: 0x000103B8
    public void BackFunc_child(GameObject obj)
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.CloseView(obj);
        });
    }
Exemple #5
0
    // Token: 0x060002A3 RID: 675 RVA: 0x0000A710 File Offset: 0x00008B10
    public void BackFunc_2()
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.Result_No();
        });
    }
    // Token: 0x060003E2 RID: 994 RVA: 0x00018E3C File Offset: 0x0001723C
    public void BackFunc_Clear()
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
    }