Exemple #1
0
    // Token: 0x060003B9 RID: 953 RVA: 0x000166FC File Offset: 0x00014AFC
    public void BackFunc()
    {
        UIMaster componentInParent = base.GetComponentInParent <UIMaster>();

        componentInParent.BackFunc_Reset();
        componentInParent.BackFunc_Set(delegate
        {
            this.ClosePanel();
        });
    }
Exemple #2
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 #3
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();
        });
    }